1 
  2 /**
  3   If true, then all SproutCore controls can be focused when the user presses the
  4   tab key. Otherwise, only `SC.TextFieldView`'s will be focused.
  5 
  6   @type Boolean
  7   @default false
  8   @constant
  9 */
 10 SC.FOCUS_ALL_CONTROLS = false;
 11