Sha256: 7e254bebbdf4666e8ff55d27cae87463d4cb0ad251386e7af996d704a78f6f67

Contents?: true

Size: 579 Bytes

Versions: 7

Compression:

Stored size: 579 Bytes

Contents

// ==========================================================================
// Project:   Greenhouse.propertyController
// Copyright: ©2009 My Company, Inc.
// ==========================================================================
/*globals Greenhouse */

/** @class

  (Document Your Controller Here)

  @extends SC.ObjectController
*/


Greenhouse.propertyController = SC.ObjectController.create(
/** @scope Greenhouse.propertyController.prototype */ {
  contentBinding: 'Greenhouse.designController.propertySelection',
  contentBindingDefault: SC.Binding.single()
}) ;

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sproutcore-1.4.0.rc.5 lib/frameworks/sproutcore/apps/greenhouse/controllers/property.js
sproutcore-1.4.0.rc.4 lib/frameworks/sproutcore/apps/greenhouse/controllers/property.js
sproutcore-1.4.0.rc.3 lib/frameworks/sproutcore/apps/greenhouse/controllers/property.js
sproutcore-1.4.0.rc.2 lib/frameworks/sproutcore/apps/greenhouse/controllers/property.js
sproutcore-1.4.0.rc lib/frameworks/sproutcore/apps/greenhouse/controllers/property.js
sproutcore-1.0.1049.pre.2 lib/frameworks/sproutcore/apps/greenhouse/controllers/property.js
sproutcore-1.0.1049.pre.1 frameworks/sproutcore/apps/greenhouse/controllers/property.js