This commit is contained in:
Alan K 2014-06-23 14:31:58 -04:00
parent d38d1d0b6d
commit c3681d4db6
4 changed files with 266 additions and 268 deletions

View File

@ -1,6 +1,6 @@
{
"name": "filer",
"version": "0.0.11",
"version": "0.0.12",
"main": "dist/filer.js",
"devDependencies": {
"mocha": "1.17.1",

6
dist/filer.js vendored
View File

@ -14940,8 +14940,7 @@ module.exports = {
module.exports = IndexedDB;
}(this));
}).call(this,typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{"../constants.js":44,"../errors.js":47}],57:[function(_dereq_,module,exports){
var FILE_SYSTEM_NAME = _dereq_('../constants.js').FILE_SYSTEM_NAME;
var asyncCallback = _dereq_('../../lib/async.js').nextTick;
@ -15192,8 +15191,7 @@ module.exports = Memory;
module.exports = WebSQL;
}(this));
}).call(this,typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{"../constants.js":44,"../errors.js":47,"../shared.js":59}],59:[function(_dereq_,module,exports){
function guid() {
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {

4
dist/filer.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@
"idb",
"websql"
],
"version": "0.0.11",
"version": "0.0.12",
"author": "Alan K <ack@modeswitch.org> (http://blog.modeswitch.org)",
"homepage": "http://js-platform.github.io/filer",
"bugs": "https://github.com/js-platform/filer/issues",