diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2017-01-21 21:59:17 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2017-01-21 21:59:17 +0300 |
| commit | e2e2479984b3aaadb4c0947e5ec15276e5c9a337 (patch) | |
| tree | 1662c1772cbcb6e44d017cea28e35d45de44921f /lib/dijit/form/templates/CheckBox.html | |
| parent | ab235fc5f13385a690a1ed31ae77d0006c85197d (diff) | |
| parent | 1c4f5e83900fdd71a84f2e142c694c75106bef53 (diff) | |
Merge branch 'dojo-1.12.1'
Conflicts:
js/prefs.js
Diffstat (limited to 'lib/dijit/form/templates/CheckBox.html')
| -rw-r--r-- | lib/dijit/form/templates/CheckBox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dijit/form/templates/CheckBox.html b/lib/dijit/form/templates/CheckBox.html index a9c99b53b..5122fe2aa 100644 --- a/lib/dijit/form/templates/CheckBox.html +++ b/lib/dijit/form/templates/CheckBox.html @@ -3,5 +3,5 @@ ${!nameAttrSetting} type="${type}" role="${type}" aria-checked="false" ${checkedAttrSetting} class="dijitReset dijitCheckBoxInput" data-dojo-attach-point="focusNode" - data-dojo-attach-event="onclick:_onClick" + data-dojo-attach-event="ondijitclick:_onClick" /></div> |