From ad5c294624fea1112fb2fdcf4ae70b30e872d366 Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Sat, 1 Feb 2014 19:44:19 -0800 Subject: [PATCH] whitespace --- packages/ui/fields.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/fields.js b/packages/ui/fields.js index 4146c5fe8a..d71e5bdf06 100644 --- a/packages/ui/fields.js +++ b/packages/ui/fields.js @@ -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.