Merge pull request #26 from CaryLandholt/master

Add IIFE to avoid introducing global variables
dev
grevory 11 years ago
commit d386b940b4

@ -1,4 +1,4 @@
(function() {
/* Start angularLocalStorage */
var angularLocalStorage = angular.module('LocalStorageModule', []);
@ -264,3 +264,4 @@ angularLocalStorage.service('localStorageService', [
};
}]);
}).call(this);