Changeset 5275
- Timestamp:
- 2010-03-23 18:27:49 (23 months ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/core/ckeditor_base.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5274 r5275 90 90 <li><a href="http://dev.fckeditor.net/ticket/5170">#5170</a> : Firefox does not insert text into element properly.</li> 91 91 <li><a href="http://dev.fckeditor.net/ticket/4026">#4026</a> : Office2003 skin has no toolbar button borders in High Contrast in IE7.</li> 92 <li><a href="http://dev.fckeditor.net/ticket/4348">#4348</a> : There should have exception thrown when 'CKEDITOR_BASEPATH' could be figured out automatically.</li> 92 93 </ul> 93 94 <h3> -
CKEditor/trunk/_source/core/ckeditor_base.js
r4858 r5275 1 /*1 /* 2 2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.html or http://ckeditor.com/license … … 137 137 } 138 138 139 if( !path ) 140 throw 'The CKEditor installation path could not be automatically detected. Please set the global variable "CKEDITOR_BASEPATH" before creating editor instances.' 141 139 142 return path; 140 143 })(),
Note: See TracChangeset
for help on using the changeset viewer.
