Skip to content

Commit

Permalink
Merge branch 't/9875'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Dec 28, 2012
2 parents 34f2a0c + 37aff86 commit 097a0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/table/dialogs/table.js
Expand Up @@ -385,7 +385,7 @@
},
setup: function( selectedTable ) {
var val = selectedTable.getStyle( 'width' );
val && this.setValue( val );
this.setValue( val );
},
commit: commitValue
}
Expand Down

0 comments on commit 097a0a8

Please sign in to comment.