chore(input) add " "

This commit is contained in:
coderaiser 2015-06-17 13:58:49 -04:00
parent 9a7ca5cc27
commit 1849cc227f

View file

@ -60,7 +60,7 @@
var i,
bind = Function.prototype.bind,
n = arguments.length,
args = Array(n-1);
args = Array(n - 1);
args[0] = null;