diff options
Diffstat (limited to 'test/data/test.js')
-rw-r--r-- | test/data/test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/test.js b/test/data/test.js index 5980bff91..fb3395296 100644 --- a/test/data/test.js +++ b/test/data/test.js @@ -1,3 +1,3 @@ -var testBar = "bar"; +this.testBar = "bar"; jQuery("#ap").html("bar"); ok( true, "test.js executed"); |