devtools/test/data/js_examples/test_with_dep.js
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 28 Oct 2011 17:54:24 +0200
changeset 8050 0f3a54c37b05
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[table view, workflow] fix the display of wf history table (closes: #2065652) was relying on no more used 'cell' view

$(document).ready(function() {

  module("air");

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

});