Changeset 1130
- Timestamp:
- 11/24/08 16:24:31 (4 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1126 r1130 3208 3208 // since everything needed to do so is now fully loaded. 3209 3209 if ((typeof editor.config.autofocus != "undefined") && 3210 ((editor.config.autofocus == editor._textArea.id) || editor.config.autofocus ))3210 ((editor.config.autofocus == editor._textArea.id) || editor.config.autofocus == true)) 3211 3211 { 3212 3212 editor.activateEditor();
