Working with webpack

This commit is contained in:
2016-02-28 12:55:24 +08:00
parent e1306cf35a
commit 56f2e7d8a7
35 changed files with 413 additions and 2826 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/** Allows to save objects to HTML5 local storage.
* However, it can only save properties, not functions.
*/
var ObjectStorage = (function() {
var ObjectStorage = module.exports = (function() {
'use strict';
try {
var _s = localStorage;