mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
minor comment change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user