MockJS icon indicating copy to clipboard operation
MockJS copied to clipboard

Problem with examples

Open tzulberti opened this issue 11 years ago • 0 comments

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

tzulberti avatar Jun 03 '14 14:06 tzulberti