Don't remove nonEnumArgs fixes for mobile builds and cleanup debug builds.

Former-commit-id: b1fbb7ed362d0c94a92e4b12e0385c77973654b3
This commit is contained in:
John-David Dalton
2013-02-05 22:54:18 -08:00
parent f5ab24b8d2
commit 5787436177
3 changed files with 15 additions and 71 deletions

View File

@@ -86,7 +86,7 @@ lodash legacy
lodash modern
```
* Mobile builds, without method compilation and bug fixes for old browsers, may be created using the `mobile` modifier argument.
* Mobile builds, without method compilation and most bug fixes for old browsers, may be created using the `mobile` modifier argument.
```bash
lodash mobile
```