whitespace

This commit is contained in:
David Greenspan
2014-02-01 19:44:19 -08:00
parent a7575b2d2e
commit ad5c294624

View File

@@ -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.