devtools/test/data/js_examples/test_with_dep.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 16 Sep 2010 13:37:25 +0200
branchstable
changeset 6261 82d3ac90e47c
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[syncschema hooks] simplify core types definition be reusing schema sets (remove typos on the way)

$(document).ready(function() {

  module("air");

  test("test 1", function() {
      equals(a, 4);
  });

});