Changeset 1092
- Timestamp:
- 10/14/08 15:12:58 (5 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1090 r1092 1800 1800 editor.activateEditor(); 1801 1801 } 1802 obj.cmd(editor, obj.name, obj); 1802 // We pass the event to the action so they can can use it to 1803 // enhance the UI (e.g. respond to shift or ctrl-click) 1804 obj.cmd(editor, obj.name, obj, ev); 1803 1805 Xinha._stopEvent(ev); 1804 1806 }
