From a7dd57ed6295e10d791e7eb12ef182c3b5a1cfdf Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Thu, 5 Jun 2008 14:54:40 +0000 Subject: [PATCH] Fixing minor JavaScript issues. --- .../resources/META-INF/spring/Spring-Dojo.js.uncompressed | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-js/src/main/resources/META-INF/spring/Spring-Dojo.js.uncompressed b/spring-js/src/main/resources/META-INF/spring/Spring-Dojo.js.uncompressed index 428712a3..c7d06dfd 100644 --- a/spring-js/src/main/resources/META-INF/spring/Spring-Dojo.js.uncompressed +++ b/spring-js/src/main/resources/META-INF/spring/Spring-Dojo.js.uncompressed @@ -25,7 +25,7 @@ dojo.declare("Spring.DefaultEquals", null, { dojo.declare("Spring.ElementDecoration", [Spring.AbstractElementDecoration, Spring.DefaultEquals], { constructor : function(config) { - this.copyFields = new Array('name', 'value', 'type', 'checked', 'selected', 'readOnly', 'disabled', 'alt', 'maxLength', 'class'); + this.copyFields = new Array('name', 'value', 'type', 'checked', 'selected', 'readOnly', 'disabled', 'alt', 'maxLength', 'class', 'title'); dojo.mixin(this, config); if(this.widgetModule == "") { this.widgetModule = this.widgetType; @@ -237,7 +237,7 @@ dojo.declare("Spring.RemotingHandler", Spring.AbstractRemotingHandler, { } //Extract and store all