Fix in the Inspector

This commit is contained in:
alekseybobkov 2014-10-29 23:36:07 -07:00
parent 3deb4ee654
commit 85df6bfb62
1 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@
if (isChecked == '0' || isChecked == 'false')
isChecked = false
$(this.selector).prop(checked, isChecked)
$(this.selector).prop('checked', isChecked)
}
InspectorEditorCheckbox.prototype.focus = function() {