NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / arraylist-filter / arraylist-filter-min.js
blob7f0634f20fc3a8aa64eeec39ce8c7e3cd74867f9
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 YUI.add("arraylist-filter",function(e,t){e.mix(e.ArrayList.prototype,{filter:function(t){var n=[];return e.Array.each(this._items,function(e,r){e=this.item(r),t(e)&&n.push(e)},this),new this.constructor(n)}})},"3.13.0",{requires:["arraylist"]});