(dist) fixed licensing in dist/
This commit is contained in:
parent
8b79c58ab1
commit
15511c00dd
2
dist/less-1.0.14.js
vendored
2
dist/less-1.0.14.js
vendored
@ -3,7 +3,7 @@
|
|||||||
// http://lesscss.org
|
// http://lesscss.org
|
||||||
//
|
//
|
||||||
// Copyright (c) 2010, Alexis Sellier
|
// Copyright (c) 2010, Alexis Sellier
|
||||||
// Licensed under the MIT license.
|
// Licensed under the Apache 2.0 License.
|
||||||
//
|
//
|
||||||
|
|
||||||
// ecma-5.js
|
// ecma-5.js
|
||||||
|
2
dist/less-1.0.14.min.js
vendored
2
dist/less-1.0.14.min.js
vendored
@ -3,7 +3,7 @@
|
|||||||
// http://lesscss.org
|
// http://lesscss.org
|
||||||
//
|
//
|
||||||
// Copyright (c) 2010, Alexis Sellier
|
// Copyright (c) 2010, Alexis Sellier
|
||||||
// Licensed under the MIT license.
|
// Licensed under the Apache 2.0 License.
|
||||||
//
|
//
|
||||||
if(!Array.isArray)Array.isArray=function(b){return Object.prototype.toString.call(b)==="[object Array]"||b instanceof Array};if(!Array.prototype.forEach)Array.prototype.forEach=function(b,a){for(var e=this.length>>>0,f=0;f<e;f++)f in this&&b.call(a,this[f],f,this)};if(!Array.prototype.map)Array.prototype.map=function(b,a){for(var e=this.length>>>0,f=new Array(e),h=0;h<e;h++)if(h in this)f[h]=b.call(a,this[h],h,this);return f};
|
if(!Array.isArray)Array.isArray=function(b){return Object.prototype.toString.call(b)==="[object Array]"||b instanceof Array};if(!Array.prototype.forEach)Array.prototype.forEach=function(b,a){for(var e=this.length>>>0,f=0;f<e;f++)f in this&&b.call(a,this[f],f,this)};if(!Array.prototype.map)Array.prototype.map=function(b,a){for(var e=this.length>>>0,f=new Array(e),h=0;h<e;h++)if(h in this)f[h]=b.call(a,this[h],h,this);return f};
|
||||||
if(!Array.prototype.filter)Array.prototype.filter=function(b,a){for(var e=[],f=0;f<this.length;f++)b.call(a,this[f])&&e.push(this[f]);return e};if(!Array.prototype.reduce)Array.prototype.reduce=function(b){var a=this.length>>>0,e=0;if(a===0&&arguments.length===1)throw new TypeError;if(arguments.length>=2)var f=arguments[1];else{do{if(e in this){f=this[e++];break}if(++e>=a)throw new TypeError;}while(1)}for(;e<a;e++)if(e in this)f=b.call(null,f,this[e],e,this);return f};
|
if(!Array.prototype.filter)Array.prototype.filter=function(b,a){for(var e=[],f=0;f<this.length;f++)b.call(a,this[f])&&e.push(this[f]);return e};if(!Array.prototype.reduce)Array.prototype.reduce=function(b){var a=this.length>>>0,e=0;if(a===0&&arguments.length===1)throw new TypeError;if(arguments.length>=2)var f=arguments[1];else{do{if(e in this){f=this[e++];break}if(++e>=a)throw new TypeError;}while(1)}for(;e<a;e++)if(e in this)f=b.call(null,f,this[e],e,this);return f};
|
||||||
|
Loading…
Reference in New Issue
Block a user