Closed jhnns closed 11 years ago
All occurences of
value(obj).instanceOf(Object);
should be replaced with
value(obj).getConstructor() === Object;
Fixed
All occurences of
should be replaced with