Sherzy
3/17/2016 - 4:54 PM

JavaScript misc

JavaScript misc

// test for undefined
if(typeof myVar === "undefined")

// cache bust
url: $scope.configURL + "?q=" + new Date().getTime()