1
0
Fork 0

Quoting keyword for consistency and to avoid potential minification issues

perfodd
Mike Gerwitz 2011-12-22 23:40:39 -05:00
parent 05ad90e7f7
commit 0739f983c7
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ exports.prototype.validateMethod = function(
);
}
}
else if ( keywords.override )
else if ( keywords[ 'override' ] )
{
// using the override keyword without a super method may indicate a bug,
// but it shouldn't stop the class definition (it doesn't adversely