JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
7eca88a8d0591d002fe5852f022673cd4112a9d6
[ckeditor.git] / ckeditor_source.js
1 /*\r
2 Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 // Compressed version of core/ckeditor_base.js. See original for instructions.\r
7 /*jsl:ignore*/\r
8 if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',version:'3.0.2',revision:'4760',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f<e.length;f++){var g=e[f].src.match(/(^|.*[\\\/])ckeditor(?:_basic)?(?:_source)?.js(?:\?.*)?$/i);if(g){d=g[1];break;}}}if(d.indexOf('://')==-1)if(d.indexOf('/')===0)d=location.href.match(/^.*?:\/\/[^\/]*/)[0]+d;else d=location.href.match(/^[^\?]*\/(?:)/)[0]+d;return d;})(),getUrl:function(d){if(d.indexOf('://')==-1&&d.indexOf('/')!==0)d=this.basePath+d;if(this.timestamp&&d.charAt(d.length-1)!='/')d+=(d.indexOf('?')>=0?'&':'?')+('t=')+this.timestamp;return d;}},b=window.CKEDITOR_GETURL;if(b){var c=a.getUrl;a.getUrl=function(d){return b.call(a,d)||c.call(a,d);};}return a;})();\r
9 /*jsl:end*/\r
10 \r
11 // Uncomment the following line to have a new timestamp generated for each\r
12 // request, having clear cache load of the editor code.\r
13 // CKEDITOR.timestamp = ( new Date() ).valueOf();\r
14 \r
15 if ( CKEDITOR.loader )\r
16         CKEDITOR.loader.load( 'core/ckeditor' );\r
17 else\r
18 {\r
19         // Set the script name to be loaded by the loader.\r
20         CKEDITOR._autoLoad = 'core/ckeditor';\r
21 \r
22         // Include the loader script.\r
23         document.write(\r
24                 '<script type="text/javascript" src="' + CKEDITOR.getUrl( '_source/core/loader.js' ) + '"></script>' );\r
25 }\r