mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-08-16 11:18:00 +08:00
Working with webpack
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user