Changeset 6908
- Timestamp:
- 05/10/11 11:23:51 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/liststyle/dialogs/liststyle.js
r6348 r6908 143 143 commit : function( element ) 144 144 { 145 element.setAttribute( 'start', this.getValue() ); 145 var val = parseInt( this.getValue(), 10 ); 146 element.setAttribute( 'start', isNaN( val ) ? 1 : val ); 146 147 } 147 148 },
Note: See TracChangeset
for help on using the changeset viewer.
