Delete trailing whitespaces

This commit is contained in:
David Cormier 2013-12-17 15:30:22 -05:00
commit 6d5573a148
5 changed files with 40 additions and 41 deletions

View file

@ -1,6 +1,6 @@
var ls = angular.module('localStorage',[]);
ls.factory("$store",function($parse){
/**
* Global Vars
@ -110,4 +110,3 @@ ls.factory("$store",function($parse){
};
return publicMethods;
});