From 04b620192dccbbd196d3c8f7648c9fe2d820ed95 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 21 Jul 2016 01:19:49 -0400 Subject: [PATCH] Correct variable name in combined header Clearly a bad case of search/replace. * tools/combine.tpl: {util=>easejs} --- tools/combine.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/combine.tpl b/tools/combine.tpl index 16a83f2..1aa7799 100644 --- a/tools/combine.tpl +++ b/tools/combine.tpl @@ -5,11 +5,11 @@ * All modules will be available via this namespace. In CommonJS format, they * 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: * - * var util = easejs.Class; + * var easejs = easejs.Class; * * @type {Object} */