Use the function form of 'use strict'

rewrite-with-urlplugin
Lorenz Hübschle-Schneider 11 years ago
parent a7a8d60aea
commit 74f9ac94ea
  1. 2
      js/localstorage.js

@ -1,3 +1,4 @@
(function() {
'use strict';
var ls = angular.module('localStorage',[]);
@ -113,3 +114,4 @@ ls.factory("$store",function($parse){
};
return publicMethods;
});
})();

Loading…
Cancel
Save