mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Remove Cloning this repo from the README.md.
Former-commit-id: 4f95f8b9a6781b5b6207a95082415f97e4d4236b
This commit is contained in:
17
README.md
17
README.md
@@ -138,23 +138,6 @@ require({
|
|||||||
});
|
});
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
## Cloning this repo
|
|
||||||
|
|
||||||
To clone this repository including all submodules, using Git 1.6.5 or later:
|
|
||||||
|
|
||||||
~~~ bash
|
|
||||||
git clone --recursive https://github.com/bestiejs/lodash.git
|
|
||||||
cd lodash.js
|
|
||||||
~~~
|
|
||||||
|
|
||||||
For older Git versions, just use:
|
|
||||||
|
|
||||||
~~~ bash
|
|
||||||
git clone https://github.com/bestiejs/lodash.git
|
|
||||||
cd lodash
|
|
||||||
git submodule update --init
|
|
||||||
~~~
|
|
||||||
|
|
||||||
## Closed Underscore.js issues
|
## Closed Underscore.js issues
|
||||||
|
|
||||||
* Allow iteration of objects with a `length` property [[#148](https://github.com/documentcloud/underscore/issues/148), [#154](https://github.com/documentcloud/underscore/issues/154), [#252](https://github.com/documentcloud/underscore/issues/252), [#448](https://github.com/documentcloud/underscore/issues/448), [#659](https://github.com/documentcloud/underscore/issues/659), [test](https://github.com/bestiejs/lodash/blob/1ba47a7c2a35552796f0c75dc2b46660e230f842/test/test.js#L271-276)]
|
* Allow iteration of objects with a `length` property [[#148](https://github.com/documentcloud/underscore/issues/148), [#154](https://github.com/documentcloud/underscore/issues/154), [#252](https://github.com/documentcloud/underscore/issues/252), [#448](https://github.com/documentcloud/underscore/issues/448), [#659](https://github.com/documentcloud/underscore/issues/659), [test](https://github.com/bestiejs/lodash/blob/1ba47a7c2a35552796f0c75dc2b46660e230f842/test/test.js#L271-276)]
|
||||||
|
|||||||
Reference in New Issue
Block a user