Update builds and docs.

Former-commit-id: c0e38666fb1aee210c3dbd6401b040d8a2bee23d
This commit is contained in:
John-David Dalton
2013-01-30 01:02:55 -08:00
parent 9763b6e2cf
commit be50df81db
7 changed files with 345 additions and 181 deletions

View File

@@ -14,7 +14,7 @@
var QUnit = (
global.addEventListener || (global.addEventListener = Function.prototype),
global.QUnit = require('../vendor/qunit/qunit/qunit.js'),
load('../vendor/qunit-clib/qunit-clib.js'),
require('../vendor/qunit-clib/qunit-clib.js'),
global.addEventListener === Function.prototype && delete global.addEventListener,
global.QUnit
);