Skip to content

Commit 4c0b901

Browse files
committed
forced the expose of the lib to the window object
1 parent 640bdc7 commit 4c0b901

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build/storage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,3 +507,4 @@ storage.IndexedDB = function (ready, commons) {
507507
ready();
508508
}
509509
};
510+
window.storage = storage;

build/storage.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,3 +507,4 @@ storage.IndexedDB = function (ready, commons) {
507507
ready();
508508
}
509509
};
510+
window.storage = storage;

0 commit comments

Comments
 (0)