Changeset 5808
- Timestamp:
- 08/03/10 19:37:33 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/versions/3.4.x/_source/plugins/justify/plugin.js
r5784 r5808 17 17 return CKEDITOR.TRISTATE_OFF; 18 18 19 return ( getAlignment( firstBlock, editor.config.useComputedState ) == this.value ) ? 20 CKEDITOR.TRISTATE_ON : 19 return ( getAlignment( firstBlock, editor.config.useComputedState ) == this.value ) ? 20 CKEDITOR.TRISTATE_ON : 21 21 CKEDITOR.TRISTATE_OFF; 22 22 }
Note: See TracChangeset
for help on using the changeset viewer.
