1
0
Fork 0

Correct variable name in combined header

Clearly a bad case of search/replace.

* tools/combine.tpl: {util=>easejs}
master
Mike Gerwitz 2016-07-21 01:19:49 -04:00
parent 18b2c13f7b
commit 04b620192d
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 2 additions and 2 deletions

View File

@ -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}
*/ */