Sha256: 9665030fc5f442c5a2e815c215176e084dcd412351a6fccd841f5880f3989c0a
Contents?: true
Size: 931 Bytes
Versions: 6
Compression:
Stored size: 931 Bytes
Contents
o: ActiveSupport::Cache::Entry :@created_atf1321037619.9637439 û:@value{ I"length:EFi°I"digest;F"%dd16ea67fb292d9380eaebadb44d1fa5I"source;FI"°/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ /** * @fileOverview Defines the {@link CKEDITOR.dom.comment} class, which represents * a DOM comment node. */ CKEDITOR.dom.comment = CKEDITOR.tools.createClass( { base : CKEDITOR.dom.node, $ : function( text, ownerDocument ) { if ( typeof text == 'string' ) text = ( ownerDocument ? ownerDocument.$ : document ).createComment( text ); this.base( text ); }, proto : { type : CKEDITOR.NODE_COMMENT, getOuterHtml : function() { return '<!--' + this.$.nodeValue + '-->'; } } }); ;FI" _version;F"%30a63a934037f6bbbad67bbf1ceabe2d:@expires_in0:@compressedF
Version data entries
6 entries across 6 versions & 1 rubygems