Changeset 1030
- Timestamp:
- 08/23/08 19:23:13 (5 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1028 r1030 4689 4689 if ( typeof editor._textArea['on'+ev.type] == "function" ) 4690 4690 { 4691 editor._textArea['on'+ev.type]( );4691 editor._textArea['on'+ev.type](ev); 4692 4692 } 4693 4693
