Sha256: fad0994043de66e88c3290455e901a3de82cf85ef83433dc48279413c0f63723

Contents?: true

Size: 474 Bytes

Versions: 11

Compression:

Stored size: 474 Bytes

Contents

// ==========================================================================
// Project:   Greenhouse.propertyEditorController
// Copyright: ©2010 Mike Ball
// ==========================================================================
/*globals Greenhouse */

/**

  buffers changes on property editor

  @extends SC.ObjectController
*/


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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sproutcore-1.11.0 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.11.0.rc3 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.11.0.rc2 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.11.0.rc1 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.10.3.1 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.10.2 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.10.1 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.10.0 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.10.0.rc.3 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.10.0.rc.2 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js
sproutcore-1.10.0.rc.1 lib/frameworks/sproutcore/apps/greenhouse/controllers/property_editor.js