Changeset 2494
- Timestamp:
- 09/26/08 11:43:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/prototype/_source/core/dom/domobject.js
r2487 r2494 53 53 54 54 // Call the base event constructor. 55 CKEDITOR.event.call( this ); 55 if ( !this._.events ) 56 CKEDITOR.event.call( this ); 56 57 } 57 58 };
Note: See TracChangeset
for help on using the changeset viewer.
