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 2014/03/18 15:56:33 UTC

git commit: CB-6242 [BlackBerry10] Override window.resolveLocalFileSystemURL

Repository: cordova-plugin-file
Updated Branches:
  refs/heads/dev 53f72d85c -> 044f07d7f


CB-6242 [BlackBerry10] Override window.resolveLocalFileSystemURL


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/044f07d7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/044f07d7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/044f07d7

Branch: refs/heads/dev
Commit: 044f07d7fa4cb34ee1870258bd2b4848db65fdf2
Parents: 53f72d8
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Tue Mar 18 10:55:46 2014 -0400
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Tue Mar 18 10:55:46 2014 -0400

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/044f07d7/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 4bf6c19..db2721f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -256,7 +256,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
             <clobbers target="window.requestFileSystem" />
         </js-module>
         <js-module src="www/blackberry10/resolveLocalFileSystemURI.js" name="BB10resolveLocalFileSystemURI">
-            <clobbers target="window.resolveLocalFileSystemURI" />
+            <clobbers target="window.resolveLocalFileSystemURL" />
         </js-module>
 
         <source-file src="src/blackberry10/index.js"></source-file>