Fixed issues from Tests/underscore-tests.ts

https://github.com/jbaldwin/) => 404
https://github.com/jbaldwin/  => works

Removed header comments, Object bugs

Removed all Object function signatures, typescript does not coerce down
to Object from a custom class implementation.  Just using any moving
forward.
Fixed issues chaining on OOP wrappers.
Fixed issue with lastIndexOf(), the isSorted? bool was incorrect,
changed to from? number.
Added isEmpty() typing for arrays.
Added clone() typing for arrays.

Fixed bugs by using Tests/underscore-tests.ts

Revert "Fixed github links in README"

This reverts commit b70907594e2364f81af0e887042b874c18397a80.

Fixed links in README

Did not affect non-ASCII chars (github editor is apparently not so
friendly)
This commit is contained in:
jbaldwin
2012-11-04 22:48:36 -07:00
parent c5b1e6b317
commit 025a93d041
2 changed files with 275 additions and 253 deletions
+213 -191
View File
File diff suppressed because it is too large Load Diff