Updated Branches: refs/heads/master 0005e4b08 -> 66cc5de52
updated reference 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/66cc5de5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/66cc5de5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/66cc5de5 Branch: refs/heads/master Commit: 66cc5de52e1995d5aa325ebd58f3b025fe339d86 Parents: 0005e4b Author: Steven Gill <[email protected]> Authored: Thu Jun 13 14:38:11 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Thu Jun 13 14:38:11 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/66cc5de5/www/globalization.js ---------------------------------------------------------------------- diff --git a/www/globalization.js b/www/globalization.js index 64a8ca2..5958a82 100644 --- a/www/globalization.js +++ b/www/globalization.js @@ -21,7 +21,7 @@ var argscheck = require('cordova/argscheck'), exec = require('cordova/exec'), - GlobalizationError = require('org.apache.cordova.core.GlobalizationError'); + GlobalizationError = require('org.apache.cordova.core.Globalization.GlobalizationError'); var globalization = {
