Skip to content

Commit d883b49

Browse files
committed
Remove unused variable
1 parent e026482 commit d883b49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

topics/about_reflection.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
module("About Reflection (topics/about_reflection.js)");
32

43
test("typeof", function() {
@@ -23,7 +22,6 @@ test("property enumeration", function() {
2322
test("hasOwnProperty", function() {
2423
// hasOwnProperty returns true if the parameter is a property directly on the object,
2524
// but not if it is a property accessible via the prototype chain.
26-
var result = "";
2725
var keys = [];
2826
var fruits = ['apple', 'orange'];
2927
for(propertyName in fruits) {

0 commit comments

Comments
 (0)