X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fjquery.spec.js;h=152f71975751862477465bb16452f25d874338bf;hb=b2f105ea2c3a05d605daf133da207220b7f639b0;hp=2f3baa8326416998923fe5ef339188e41ef8f644;hpb=b185ea6d84262b492e83f3359d51cf17b88966d5;p=mkws-moved-to-github.git diff --git a/test/spec/jquery.spec.js b/test/spec/jquery.spec.js index 2f3baa8..152f719 100644 --- a/test/spec/jquery.spec.js +++ b/test/spec/jquery.spec.js @@ -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("

test passes h1

");