42efafc70fb5f193987cbf6045d94801352e2a6d
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
9 CKEDITOR
.dom
.nodeList = function( nativeList
)
14 CKEDITOR
.dom
.nodeList
.prototype =
21 getItem : function( index
)
23 var $node
= this.$[ index
];
24 return $node
? new CKEDITOR
.dom
.node( $node
) : null;