Sha256: 1965da55d44dbb5c5f7bcc3a30ea24b153ffbbe1387f81b5fafb8717a10f79b6
Contents?: true
Size: 668 Bytes
Versions: 11
Compression:
Stored size: 668 Bytes
Contents
// ========================================================================== // Project: TestRunner.targetController // Copyright: ©2011 Apple Inc. // ========================================================================== /*global TestRunner */ /** The currently selected target. Used by the testsController to get the tests of the target. May be used by other parts of the app to control the selected target. @extends SC.ObjectController */ TestRunner.targetController = SC.ObjectController.create( /** @scope TestRunner.targetController.prototype */ { contentBinding: SC.Binding.oneWay('TestRunner.targetsController.selection').single() });
Version data entries
11 entries across 11 versions & 1 rubygems