Use the function form of 'use strict'
This commit is contained in:
parent
a7a8d60aea
commit
74f9ac94ea
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var ls = angular.module('localStorage',[]);
|
var ls = angular.module('localStorage',[]);
|
||||||
|
@ -113,3 +114,4 @@ ls.factory("$store",function($parse){
|
||||||
};
|
};
|
||||||
return publicMethods;
|
return publicMethods;
|
||||||
});
|
});
|
||||||
|
})();
|
||||||
|
|
Loading…
Reference in a new issue