aboutsummaryrefslogtreecommitdiff
path: root/js/mediators
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-02 23:55:33 -0800
committerJose Antonio Marquez2012-02-02 23:55:33 -0800
commit8e06b63e5eab5558823f4923e20a832c8b36cbe2 (patch)
treeb386ccc6226c6bd35790a2b702bd369627c2fc22 /js/mediators
parent9b5ad78b393e87d84e79abe0abd0c96a685e5962 (diff)
downloadninja-8e06b63e5eab5558823f4923e20a832c8b36cbe2.tar.gz
Chrome FileSystem API Testing
Doing benchmark testing of the native HTML5 FileSystem API available in Chrome. Need to run testing of local XHR requests and also getting files from packaged app.
Diffstat (limited to 'js/mediators')
-rw-r--r--js/mediators/io-mediator.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/mediators/io-mediator.js b/js/mediators/io-mediator.js
index f778c849..8d0a671e 100644
--- a/js/mediators/io-mediator.js
+++ b/js/mediators/io-mediator.js
@@ -6,9 +6,9 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
6 6
7//////////////////////////////////////////////////////////////////////// 7////////////////////////////////////////////////////////////////////////
8// 8//
9var Montage = require("montage/core/core").Montage, 9var Montage = require("montage/core/core").Montage,
10 FileIo = require("js/io/system/fileio").FileIo, 10 FileIo = require("js/io/system/fileio").FileIo,
11 ProjectIo = require("js/io/system/projectio").ProjectIo; 11 ProjectIo = require("js/io/system/projectio").ProjectIo;
12//////////////////////////////////////////////////////////////////////// 12////////////////////////////////////////////////////////////////////////
13// 13//
14exports.IoMediator = Montage.create(Object.prototype, { 14exports.IoMediator = Montage.create(Object.prototype, {