minor comment change

This commit is contained in:
Avital Oliver
2013-10-04 22:52:14 -07:00
parent 67844275b3
commit 2bca593ee3

View File

@@ -117,7 +117,7 @@ UI.DynamicComponent = Component.extend({
for (var i = 0; i < posArgs.length; i++)
posArgs[i] = callIfFunction(posArgs[i]);
}
// XXX FIX KEYWORD ARGUMENTS
// XXX FIX KWARGS!
// We should be passing an options dictionary as a final argument
// to the `kind` function. The options are `kwArgs` with the values
// run through `callIfFunction`. Then, we should NOT pass kwArgs in