Skip to content

Commit

Permalink
Reverted changes...
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gronewold committed Aug 12, 2014
1 parent bbf57b7 commit 570d765
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions angular-local-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ angularLocalStorage.provider('localStorageService', function() {
// When Angular's $document is not available
if (!$document) {
$document = document;
} else {
// unwrapping the jquery encapsulated document to access cookies
// (see http://www.bennadel.com/blog/2630-accessing-document-properties-in-angularjs.htm)
$document = $document[0];
}

// If there is a prefix set in the config lets use that with an appended period for readability
Expand Down

0 comments on commit 570d765

Please sign in to comment.