Quoting keyword for consistency and to avoid potential minification issues
parent
05ad90e7f7
commit
0739f983c7
|
@ -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,
|
// using the override keyword without a super method may indicate a bug,
|
||||||
// but it shouldn't stop the class definition (it doesn't adversely
|
// but it shouldn't stop the class definition (it doesn't adversely
|
||||||
|
|
Loading…
Reference in New Issue