Skip to content

Commit

Permalink
fix #1085 checkbox init in MAC dropdown
Browse files Browse the repository at this point in the history
checkboxes related to selected options are not ticked when the widget is initialised.
  • Loading branch information
lsimone committed Apr 8, 2014
1 parent 21668c9 commit 8dcc36a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -14,8 +14,8 @@
*/

Aria.classDefinition({
$classpath : "test.aria.widgets.form.autocomplete.multiautocomplete.issue1085.InitCheckboxesTest",
$extends : "test.aria.widgets.form.autocomplete.multiautocomplete.BaseMultiAutoCompleteTestCase",
$classpath : "test.aria.widgets.form.multiautocomplete.issue1085.InitCheckboxesTest",
$extends : "test.aria.widgets.form.multiautocomplete.BaseMultiAutoCompleteTestCase",
$constructor : function () {
this.$BaseMultiAutoCompleteTestCase.constructor.call(this);

Expand Down

0 comments on commit 8dcc36a

Please sign in to comment.