Skip to content
Snippets Groups Projects
Commit 0d01ab1c authored by Brent Baker's avatar Brent Baker
Browse files

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

parent 592bf451
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment