MockJS
MockJS copied to clipboard
Problem with examples
I am running the following on the Chrome (Version 34.0.1847) Developer console:
> var mockArray = Mock([]);
Object {}
> mockArray.push("one");
TypeError: undefined is not a function