A
Andrew Poulos
JSLint tells me that "The body of a for in should be wrapped in an if
statement to filter unwanted properties from the prototype." at
for (keys in this.vars) {
Could somebody explain what unwanted properties are being referred to?
Andrew Poulos
statement to filter unwanted properties from the prototype." at
for (keys in this.vars) {
Could somebody explain what unwanted properties are being referred to?
Andrew Poulos