Sha256: c5d5a6163e609d4a4d3b5fd9bf78561a7e8fcc653003576b503c67db93ee926b

Contents?: true

Size: 1.57 KB

Versions: 19

Compression:

Stored size: 1.57 KB

Contents

/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

// Compressed version of core/ckeditor_base.js. See original for instructions.
/*jsl:ignore*/
if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'',version:'3.5.2',revision:'6450',_:{},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;})();
/*jsl:end*/

// Uncomment the following line to have a new timestamp generated for each
// request, having clear cache load of the editor code.
// CKEDITOR.timestamp = ( new Date() ).valueOf();

if ( CKEDITOR.loader )
	CKEDITOR.loader.load( 'core/ckeditor' );
else
{
	// Set the script name to be loaded by the loader.
	CKEDITOR._autoLoad = 'core/ckeditor';

	// Include the loader script.
	document.write(
		'<script type="text/javascript" src="' + CKEDITOR.getUrl( '_source/core/loader.js' ) + '"></script>' );
}

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
social_stream-base-0.6.8 app/assets/javascripts/ckeditor/ckeditor_source.js
social_stream-base-0.6.6 app/assets/javascripts/ckeditor/ckeditor_source.js
social_stream-base-0.6.5 app/assets/javascripts/ckeditor/ckeditor_source.js
social_stream-base-0.6.3 app/assets/javascripts/ckeditor/ckeditor_source.js
social_stream-base-0.6.2 app/assets/javascripts/ckeditor/ckeditor_source.js
social_stream-base-0.6.1 app/assets/javascripts/ckeditor/ckeditor_source.js
social_stream-base-0.6.0 app/assets/javascripts/ckeditor/ckeditor_source.js
social_stream-base-0.5.2 lib/generators/social_stream/base/templates/public/javascripts/ckeditor/ckeditor_source.js
social_stream-base-0.5.1 lib/generators/social_stream/base/templates/public/javascripts/ckeditor/ckeditor_source.js
social_stream-base-0.5.0 lib/generators/social_stream/base/templates/public/javascripts/ckeditor/ckeditor_source.js
social_stream-0.4.6 lib/generators/social_stream/templates/public/javascripts/ckeditor/ckeditor_source.js
social_stream-0.4.5 lib/generators/social_stream/templates/public/javascripts/ckeditor/ckeditor_source.js
spree-cms-0.2.1 public/ckeditor/ckeditor_source.js
spree-cms-0.2.0 public/ckeditor/ckeditor_source.js
social_stream-0.4.4 lib/generators/social_stream/templates/public/javascripts/ckeditor/ckeditor_source.js
social_stream-0.4.3 lib/generators/social_stream/templates/public/javascripts/ckeditor/ckeditor_source.js
social_stream-0.4.2 lib/generators/social_stream/templates/public/javascripts/ckeditor/ckeditor_source.js
social_stream-0.4.1 lib/generators/social_stream/templates/public/javascripts/ckeditor/ckeditor_source.js
spree-cms-0.1.0 public/ckeditor/ckeditor_source.js