mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Update vendors.
Former-commit-id: aff34ccd5d3c6e3e78aeb5832e694171fca35412
This commit is contained in:
2
vendor/benchmark.js/LICENSE.txt
vendored
2
vendor/benchmark.js/LICENSE.txt
vendored
@@ -1,4 +1,4 @@
|
|||||||
Copyright 2010-2012 Mathias Bynens <http://mathiasbynens.be/>
|
Copyright 2010-2013 Mathias Bynens <http://mathiasbynens.be/>
|
||||||
Based on JSLitmus.js, copyright Robert Kieffer <http://broofa.com/>
|
Based on JSLitmus.js, copyright Robert Kieffer <http://broofa.com/>
|
||||||
Modified by John-David Dalton <http://allyoucanleet.com/>
|
Modified by John-David Dalton <http://allyoucanleet.com/>
|
||||||
|
|
||||||
|
|||||||
6
vendor/benchmark.js/benchmark.js
vendored
6
vendor/benchmark.js/benchmark.js
vendored
@@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* Benchmark.js v1.0.0 <http://benchmarkjs.com/>
|
* Benchmark.js v1.0.0 <http://benchmarkjs.com/>
|
||||||
* Copyright 2010-2012 Mathias Bynens <http://mths.be/>
|
* Copyright 2010-2013 Mathias Bynens <http://mths.be/>
|
||||||
* Based on JSLitmus.js, copyright Robert Kieffer <http://broofa.com/>
|
* Based on JSLitmus.js, copyright Robert Kieffer <http://broofa.com/>
|
||||||
* Modified by John-David Dalton <http://allyoucanleet.com/>
|
* Modified by John-David Dalton <http://allyoucanleet.com/>
|
||||||
* Available under MIT license <http://mths.be/mit>
|
* Available under MIT license <http://mths.be/mit>
|
||||||
@@ -990,7 +990,7 @@
|
|||||||
result = String(fn);
|
result = String(fn);
|
||||||
} else if (support.decompilation) {
|
} else if (support.decompilation) {
|
||||||
// escape the `{` for Firefox 1
|
// escape the `{` for Firefox 1
|
||||||
result = (/^[^{]+\{([\s\S]*)}\s*$/.exec(fn) || 0)[1];
|
result = (/^[^{]+\{([\s\S]*)\}\s*$/.exec(fn) || 0)[1];
|
||||||
}
|
}
|
||||||
// trim string
|
// trim string
|
||||||
result = (result || '').replace(/^\s+|\s+$/g, '');
|
result = (result || '').replace(/^\s+|\s+$/g, '');
|
||||||
@@ -1649,7 +1649,7 @@
|
|||||||
forOwn(object, function(value, key) {
|
forOwn(object, function(value, key) {
|
||||||
// escape regexp special characters in `key`
|
// escape regexp special characters in `key`
|
||||||
string = string.replace(
|
string = string.replace(
|
||||||
RegExp('#\\{' + key.replace(/([.*+?^=!:${}()|[\]\/\\])/g, '\\$1') + '\\}', 'g'),
|
RegExp('#\\{' + key.replace(/([.*+?^${}()|[\]\\])/g, '\\$1') + '\\}', 'g'),
|
||||||
value.replace(/\$/g, '$$$$')
|
value.replace(/\$/g, '$$$$')
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|||||||
2
vendor/docdown/LICENSE.txt
vendored
2
vendor/docdown/LICENSE.txt
vendored
@@ -1,4 +1,4 @@
|
|||||||
Copyright 2011-2012 John-David Dalton <http://allyoucanleet.com/>
|
Copyright 2011-2013 John-David Dalton <http://allyoucanleet.com/>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|||||||
2
vendor/docdown/docdown.php
vendored
2
vendor/docdown/docdown.php
vendored
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*!
|
/*!
|
||||||
* Docdown v1.0.0-pre
|
* Docdown v1.0.0-pre
|
||||||
* Copyright 2011-2012 John-David Dalton <http://allyoucanleet.com/>
|
* Copyright 2011-2013 John-David Dalton <http://allyoucanleet.com/>
|
||||||
* Available under MIT license <http://mths.be/mit>
|
* Available under MIT license <http://mths.be/mit>
|
||||||
*/
|
*/
|
||||||
require(dirname(__FILE__) . '/src/DocDown/Generator.php');
|
require(dirname(__FILE__) . '/src/DocDown/Generator.php');
|
||||||
|
|||||||
2
vendor/platform.js/LICENSE.txt
vendored
2
vendor/platform.js/LICENSE.txt
vendored
@@ -1,4 +1,4 @@
|
|||||||
Copyright 2011-2012 John-David Dalton <http://allyoucanleet.com/>
|
Copyright 2011-2013 John-David Dalton <http://allyoucanleet.com/>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|||||||
2
vendor/platform.js/platform.js
vendored
2
vendor/platform.js/platform.js
vendored
@@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* Platform.js v1.0.0 <http://mths.be/platform>
|
* Platform.js v1.0.0 <http://mths.be/platform>
|
||||||
* Copyright 2010-2012 John-David Dalton <http://allyoucanleet.com/>
|
* Copyright 2010-2013 John-David Dalton <http://allyoucanleet.com/>
|
||||||
* Available under MIT license <http://mths.be/mit>
|
* Available under MIT license <http://mths.be/mit>
|
||||||
*/
|
*/
|
||||||
;(function(window) {
|
;(function(window) {
|
||||||
|
|||||||
Reference in New Issue
Block a user