summaryrefslogtreecommitdiff
path: root/js/form/Select.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/form/Select.js')
-rwxr-xr-xjs/form/Select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/form/Select.js b/js/form/Select.js
index bc352e612..c44674e2a 100755
--- a/js/form/Select.js
+++ b/js/form/Select.js
@@ -24,7 +24,7 @@ define(["dojo/_base/declare",
onItemClick: function(/*item, menu*/) {
//
},
- _setValueAttr: function(/*anything*/ newValue, /*Boolean?*/ priorityChange){
+ _setValueAttr: function(/*anything*/ newValue, /*Boolean? priorityChange */){
if (this.attr('data-prevent-value-change') === 'true' && newValue !== '')
return;