Changeset 2364
- Timestamp:
- 2008-08-19 18:56:33 (5 months ago)
- Location:
- CKEditor/branches/prototype
- Files:
-
- 2 modified
-
_dev/jslint/lint.conf (modified) (1 diff)
-
_samples/sample.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/prototype/_dev/jslint/lint.conf
r2353 r2364 120 120 +define DOMParser 121 121 +define XMLSerializer 122 +define console 122 123 +define CKEDITOR 123 124 -
CKEditor/branches/prototype/_samples/sample.js
r2352 r2364 19 19 * == END LICENSE == 20 20 */ 21 22 // Firebug has been presented some bugs with console. It must be "initialized" 23 // before the page load to work. 24 // FIXME: Remove the following in the future, if Firebug gets fixed. 25 if ( typeof console != 'undefined' ) 26 console.log(); 21 27 22 28 (function()