Changeset 12771
- Timestamp:
- 02/28/08 11:42:55 (9 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/_editor/plugins/FontChoice.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/_editor/plugins/FontChoice.js
r12770 r12771 57 57 dijit.focus(this._focusHandle); 58 58 } 59 console.log("onChange");60 59 this.editor.execCommand(this.command, choice); 61 60 });