diff options
Diffstat (limited to 'test/built-ins/decodeURIComponent/S15.1.3.2_A5.5.js')
-rw-r--r-- | test/built-ins/decodeURIComponent/S15.1.3.2_A5.5.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/decodeURIComponent/S15.1.3.2_A5.5.js b/test/built-ins/decodeURIComponent/S15.1.3.2_A5.5.js index 376bff510..e01cd5502 100644 --- a/test/built-ins/decodeURIComponent/S15.1.3.2_A5.5.js +++ b/test/built-ins/decodeURIComponent/S15.1.3.2_A5.5.js @@ -16,7 +16,7 @@ if (this.propertyIsEnumerable('decodeURIComponent') !== false) { //CHECK#2 var result = true; -for (var p in this) { +for (var p in this){ if (p === "decodeURIComponent") { result = false; } |