Bug 1189: use "===" instead of "=" for S13.2_A4_T1 and T2

This commit is contained in:
Brent Baker 2013-06-07 06:57:45 -04:00
parent 592bf451b2
commit 0d01ab1c7f
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ if (__func.prototype.constructor !== __func) {
var __constructor_was__enumed;
for (__prop in __func.prototype){
if (__prop = 'constructor')
if (__prop === 'constructor')
__constructor_was__enumed = true;
}

View File

@ -33,7 +33,7 @@ if (__gunc.prototype.constructor !== __gunc) {
var __constructor_was__enumed;
for (__prop in __gunc.prototype){
if (__prop = 'constructor')
if (__prop === 'constructor')
__constructor_was__enumed = true;
}