spine / spine

Lightweight MVC library for building JavaScript applications
http://spine.github.io
MIT License
3.66k stars 426 forks source link

purge Spine.isArray and Spine.isBlank from Spine. #589

Closed aeischeid closed 9 years ago

aeischeid commented 9 years ago

need to fix a few tests before this would be ready, but wondering what people think about getting rid of isBlank and isArray from Spine.

isBlank is broken anyway. see #587 isArray was a polyfil that is pretty much obsolete by now.