Changeset 5516 for trunk/qunit
- Timestamp:
- 05/08/08 19:29:10 (5 months ago)
- Files:
-
- 1 modified
-
trunk/qunit/testrunner.js (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qunit/testrunner.js
- Property svn:keywords set to Id
r5515 r5516 1 /* 2 * QUnit - jQuery unit testrunner 3 * 4 * http://docs.jquery.com/QUnit 5 * 6 * Copyright (c) 2008 John Resig, Jörn Zaefferer 7 * Dual licensed under the MIT (MIT-LICENSE.txt) 8 * and GPL (GPL-LICENSE.txt) licenses. 9 * 10 * $Date$ 11 * $Rev$ 12 */ 13 1 14 var _config = { 2 15 fixture: null,
