jQuery: The Write Less, Do More JavaScript Library

Changeset 5516

Show
Ignore:
Timestamp:
05/08/08 19:29:10 (3 days ago)
Author:
joern.zaefferer
Message:

qunit: added license header

Files:
1 modified

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 
    114var _config = { 
    215    fixture: null,