The company name is: Index Data
[mkws-moved-to-github.git] / test / spec / jquery.spec.js
index 2f3baa8..152f719 100644 (file)
@@ -1,11 +1,11 @@
-/* Copyright (c) 2013 IndexData ApS. http://indexdata.com
+/* Copyright (c) 2013 Index Data ApS. http://indexdata.com
  *
  * jQuery test
  *
  */
 
 describe("jQuery suite simple", function () {
-    var $ = require('jquery');
+    var $ = require('jQuery');
 
     it("jQuery append test", function () {
         $("body").append("<h1>test passes h1</h1>");