Closed ericlathrop closed 12 years ago
instanceof is a reserved word, and shouldn't be used for a function name. It should be renamed to "instanceOf" or maybe "instance.of".
keywords are fine as properties
Sorry, it looks like my jshint config was missing the "es5" option, which is why it threw an error on this.
instanceof is a reserved word, and shouldn't be used for a function name. It should be renamed to "instanceOf" or maybe "instance.of".