You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2013/10/16 14:31:53 UTC

git commit: CB-5015 [BlackBerry10] Add missing dependency for File.slice

Updated Branches:
  refs/heads/dev a1a2cc786 -> ada89a675


CB-5015 [BlackBerry10] Add missing dependency for File.slice


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/ada89a67
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/ada89a67
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/ada89a67

Branch: refs/heads/dev
Commit: ada89a6753c738e91424f111fa78a7775ce8c35f
Parents: a1a2cc7
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Wed Oct 16 08:35:29 2013 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Wed Oct 16 08:35:29 2013 -0400

----------------------------------------------------------------------
 www/blackberry10/File.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/ada89a67/www/blackberry10/File.js
----------------------------------------------------------------------
diff --git a/www/blackberry10/File.js b/www/blackberry10/File.js
index 0ed39fd..7ba9734 100644
--- a/www/blackberry10/File.js
+++ b/www/blackberry10/File.js
@@ -19,6 +19,8 @@
  *
 */
 
+var fileUtils = require('./BB10Utils');
+
 /**
  * Constructor.
  * name {DOMString} name of the file, without path information