1 $.getScript( "../js/jqcouch.js" );
5 test("Basic requirements", function() {
7 ok( Array
.prototype.push
, "Array.push()" );
8 ok( Function
.prototype.apply
, "Function.apply()" );
9 ok( document
.getElementById
, "getElementById" );
10 ok( document
.getElementsByTagName
, "getElementsByTagName" );
11 ok( RegExp
, "RegExp" );
12 ok( jQuery
, "jQuery" );