Updated Branches: refs/heads/master fe58a0074 -> 0005e4b08
updated reference in js file Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/0005e4b0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/0005e4b0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/0005e4b0 Branch: refs/heads/master Commit: 0005e4b08b7d833be91227826726c721fdc1db25 Parents: fe58a00 Author: Steven Gill <[email protected]> Authored: Thu Jun 13 14:10:23 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Thu Jun 13 14:10:23 2013 -0700 ---------------------------------------------------------------------- www/globalization.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/0005e4b0/www/globalization.js ---------------------------------------------------------------------- diff --git a/www/globalization.js b/www/globalization.js index 2a1c854..64a8ca2 100644 --- a/www/globalization.js +++ b/www/globalization.js @@ -21,7 +21,7 @@ var argscheck = require('cordova/argscheck'), exec = require('cordova/exec'), - GlobalizationError = require('cordova/plugin/GlobalizationError'); + GlobalizationError = require('org.apache.cordova.core.GlobalizationError'); var globalization = {
