X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Fnodelist.js;h=b8d59a5872ae0db9b45b1d225708bff88cecd414;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=b00cbc7d51db43a87844583b83df9dcef1899b71;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/core/dom/nodelist.js b/_source/core/dom/nodelist.js index b00cbc7..b8d59a5 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-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ +/** + * @class + */ CKEDITOR.dom.nodeList = function( nativeList ) { this.$ = nativeList;