Correct variable name in combined header
Clearly a bad case of search/replace. * tools/combine.tpl: {util=>easejs}master
parent
18b2c13f7b
commit
04b620192d
|
@ -5,11 +5,11 @@
|
||||||
* All modules will be available via this namespace. In CommonJS format, they
|
* All modules will be available via this namespace. In CommonJS format, they
|
||||||
* were accessed via the require() function. For example:
|
* were accessed via the require() function. For example:
|
||||||
*
|
*
|
||||||
* var util = require( 'easejs' ).Class;
|
* var easejs = require( 'easejs' ).Class;
|
||||||
*
|
*
|
||||||
* In this file, the above would be written as:
|
* In this file, the above would be written as:
|
||||||
*
|
*
|
||||||
* var util = easejs.Class;
|
* var easejs = easejs.Class;
|
||||||
*
|
*
|
||||||
* @type {Object}
|
* @type {Object}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue