ace/lib
aldendaniels 8624ab8dcb Stop using splice.appy() in ace
Since .apply() can't handle more than 65535 parameters, splice.apply()
is brittle. It's also hard to read. This replaces splice.apply() calls
throughout ace code with lang.spliceIntoArray().
2014-01-04 01:59:30 -06:00
..
ace Stop using splice.appy() in ace 2014-01-04 01:59:30 -06:00