X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Fnodelist.js;h=42efafc70fb5f193987cbf6045d94801352e2a6d;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=b00cbc7d51db43a87844583b83df9dcef1899b71;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/core/dom/nodelist.js b/_source/core/dom/nodelist.js index b00cbc7..42efafc 100644 --- a/_source/core/dom/nodelist.js +++ b/_source/core/dom/nodelist.js @@ -1,8 +1,11 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ +/** + * @class + */ CKEDITOR.dom.nodeList = function( nativeList ) { this.$ = nativeList;