~ubuntuone-pqm-team/yui/stable-min

« back to all changes in this revision

Viewing changes to stable-min/build/arraylist-filter/arraylist-filter-min.js

  • Committer: Ricardo Kirkner
  • Date: 2014-09-23 13:15:46 UTC
  • Revision ID: ricardo.kirkner@canonical.com-20140923131546-4hu82pjgcw6rhzgr
initial import based on stable@4614

- removed source, tools and docs
- removed non-debug, non-minimized js
- removed debug js

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
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)}})},"@VERSION@",{requires:["arraylist"]});