X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Fnodelist.js;h=6c394dc251473a469fa23eabeb7f3a5424bde201;hb=refs%2Ftags%2Fv3.6.3;hp=7e82ba168f6490a75743548988b026a5ea762a73;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/core/dom/nodelist.js b/_source/core/dom/nodelist.js index 7e82ba1..6c394dc 100644 --- a/_source/core/dom/nodelist.js +++ b/_source/core/dom/nodelist.js @@ -1,8 +1,11 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ +/** + * @class + */ CKEDITOR.dom.nodeList = function( nativeList ) { this.$ = nativeList;