Skip to content

Commit

Permalink
fix input button property issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Mar 28, 2014
1 parent 577476d commit 95b391e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widget/button/$input.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
// 设置disabled状态
if ( $el.is( 'input[type="checkbox"], input[type="radio"]' ) ) {
$el.prop( 'disabled', state === 'disabled' );
$el.prop( 'checked', state === 'checked' );
}

return this.origin.apply( this, arguments );
Expand Down

0 comments on commit 95b391e

Please sign in to comment.