You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2014/07/11 09:21:42 UTC

git commit: WW-4349 Fixes problem with dojo.version

Repository: struts
Updated Branches:
  refs/heads/develop 7e477b956 -> 9944b274e


WW-4349 Fixes problem with dojo.version


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/9944b274
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/9944b274
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/9944b274

Branch: refs/heads/develop
Commit: 9944b274e98967d0bff0ec55822b1ca236fc0312
Parents: 7e477b9
Author: Lukasz Lenart <lu...@apache.org>
Authored: Fri Jul 11 09:21:29 2014 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Fri Jul 11 09:21:29 2014 +0200

----------------------------------------------------------------------
 .../main/resources/org/apache/struts2/static/dojo/struts_dojo.js   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/9944b274/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js
----------------------------------------------------------------------
diff --git a/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js b/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js
index cd33f36..267f069 100644
--- a/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js
+++ b/plugins/dojo/src/main/resources/org/apache/struts2/static/dojo/struts_dojo.js
@@ -33,7 +33,7 @@ dojo.global=function(){
 return dj_currentContext;
 };
 dojo.locale=djConfig.locale;
-dojo.version={major:0,minor:4,patch:3,flag:"",revision:Number("$Rev$".match(/[0-9]+/)[0]),toString:function(){
+dojo.version={major:0,minor:4,patch:3,flag:"",revision:Number("$Rev: 670371 $".match(/[0-9]+/)[0]),toString:function(){
 with(dojo.version){
 return major+"."+minor+"."+patch+flag+" ("+revision+")";
 }