devtools/test/data/js_examples/test_with_dep.js
author Christophe de Vienne <christophe@unlish.com>
Tue, 02 Sep 2014 10:30:28 +0200
changeset 9941 8dc1c96d29f1
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[wsgi] Fix https detection - 'HTTPS' is not part of wsgi, it is a CGI variable. The right wsgi variable is 'wsgi.url_scheme' - Force https if url starts with '/https/' (and remove the prefix from the path. Closes #4305985

$(document).ready(function() {

  module("air");

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

});