mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
whitespace
This commit is contained in:
@@ -102,7 +102,7 @@ _extend(UI.Component, {
|
||||
};
|
||||
}
|
||||
|
||||
if (typeof result === 'function' &&! result._isEmboxedConstant) {
|
||||
if (typeof result === 'function' && ! result._isEmboxedConstant) {
|
||||
// Wrap the function `result`, binding `this` to `getComponentData(self)`.
|
||||
// This creates a dependency when the result function is called.
|
||||
// Don't do this if the function is really just an emboxed constant.
|
||||
|
||||
Reference in New Issue
Block a user