test.js 80 B

123
  1. this.testBar = "bar";
  2. jQuery("#ap").html("bar");
  3. ok( true, "test.js executed");