Ticket #6045: 6045.patch
File 6045.patch, 397 bytes (added by , 14 years ago) |
---|
-
_source/core/dom/rangelist.js
15 15 */ 16 16 CKEDITOR.dom.rangeList = function( ranges ) 17 17 { 18 if ( ranges .createIterator)18 if ( ranges instanceof CKEDITOR.dom.rangeList ) 19 19 return ranges; 20 20 21 21 if ( !ranges )