mirror of
https://github.com/localForage/localForage.git
synced 2025-12-08 18:26:09 +00:00
6 lines
192 B
JavaScript
6 lines
192 B
JavaScript
// if (typeof Promise === 'undefined') {
|
|
// require('../bower_components/es6-promise/promise');
|
|
// }
|
|
// require localforage as defined in package.json
|
|
window.localforage = require('../');
|