peerigon / alamid

Framework for RESTful JavaScript web applications that run both on the server- and clientside.
http://www.alamidjs.com
MIT License
23 stars 3 forks source link

Check possible wrong use of value() #130

Closed jhnns closed 11 years ago

jhnns commented 12 years ago

All occurences of

value(obj).instanceOf(Object);

should be replaced with

value(obj).getConstructor() === Object;
jhnns commented 11 years ago

Fixed