Sha256: 9e97861f57ccfc2b8fd309755332740b30f09c8119449873bb3378969d401863
Contents?: true
Size: 474 Bytes
Versions: 9
Compression:
Stored size: 474 Bytes
Contents
// ========================================================================== // Project: TestRunner.detailController // Copyright: ©2009 My Company, Inc. // ========================================================================== /*globals TestRunner */ /** @class The currently selected test in detail view. @extends SC.ObjectController */ TestRunner.detailController = SC.ObjectController.create( /** @scope TestRunner.detailController.prototype */ { }) ;
Version data entries
9 entries across 9 versions & 1 rubygems