-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e55d7e
commit c9b92f8
Showing
3 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
diff --git a/libs/lz-string.js b/libs/lz-string.js | ||
index de663ae434219ccd5fc8fb7917f60199d17c7d39..1100f66bf344544f6bd646241e164213f5945598 100644 | ||
--- a/libs/lz-string.js | ||
+++ b/libs/lz-string.js | ||
@@ -494,13 +494,5 @@ var LZString = { | ||
return LZString; | ||
})(); | ||
|
||
-if (typeof define === 'function' && define.amd) { | ||
- define(function () { return LZString; }); | ||
-} else if( typeof module !== 'undefined' && module != null ) { | ||
- module.exports = LZString | ||
-} else if( typeof angular !== 'undefined' && angular != null ) { | ||
- angular.module('LZString', []) | ||
- .factory('LZString', function () { | ||
- return LZString; | ||
- }); | ||
-} | ||
+ | ||
+module.exports = LZString; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.