Sha256: 78296bbe86f449f73f6bcecfd4e66467668faef4c4fd3ae18643e83804ddab9a
Contents?: true
Size: 491 Bytes
Versions: 14
Compression:
Stored size: 491 Bytes
Contents
// ========================================================================== // Project: Showcase // Copyright: ©2012 7x7 Software, Inc. // License: Licensed under MIT license // ========================================================================== /*globals Showcase */ /** The mediating controller for the selected source object. */ Showcase.sourceController = SC.ObjectController.create({ contentBinding: SC.Binding.oneWay('Showcase.sourceTreeController.selection') });
Version data entries
14 entries across 14 versions & 1 rubygems