Sha256: 33a1c661ee532a48f84d13504ce6bd2025e6ec196bdcdfffd4cc291b0b0773ce

Contents?: true

Size: 490 Bytes

Versions: 7

Compression:

Stored size: 490 Bytes

Contents

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

/** @class

  buffers changes on property editor
  
  @extends SC.ObjectController
*/


Greenhouse.propertyEditorController = SC.ObjectController.create(
/** @scope Greenhouse.propertyEditorController.prototype */ {
}) ;

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_editor.js
sproutcore-1.4.0.rc.4 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.4.0.rc.3 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.4.0.rc.2 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.4.0.rc lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.0.1049.pre.2 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.0.1049.pre.1 frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js