Make methods capable of accepting unlimited arguments consistently accept either individual arguments or arrays of arguments.

Former-commit-id: b9f0c744f79e74889323f4fd7f737d10acd32ada
This commit is contained in:
John-David Dalton
2013-01-14 01:11:46 -08:00
parent 0404c2266c
commit 6ba4778c1b
7 changed files with 318 additions and 237 deletions

View File

@@ -7,10 +7,13 @@
/** Used to minify variables embedded in compiled strings */
var compiledVars = [
'args',
'argsIndex',
'argsLength',
'arrayRef',
'callback',
'collection',
'concat',
'createCallback',
'ctor',
'guard',