Skip to content

Commit

Permalink
SimpleTextArea: remove nameAttrSetting variable; it was only needed f…
Browse files Browse the repository at this point in the history
…or IE6/IE7
  • Loading branch information
wkeese committed Apr 29, 2013
1 parent a4a9eea commit 743cf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form/SimpleTextarea.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ define([
// The number of characters per line.
cols: "20",

templateString: "<textarea ${!nameAttrSetting} data-dojo-attach-point='focusNode,containerNode,textbox' autocomplete='off'></textarea>",
templateString: "<textarea data-dojo-attach-point='focusNode,containerNode,textbox' autocomplete='off'></textarea>",

postMixInProperties: function(){
// Copy value from srcNodeRef, unless user specified a value explicitly (or there is no srcNodeRef)
Expand Down

0 comments on commit 743cf06

Please sign in to comment.