Sha256: e04611766dab1956fc1ec7ccadf89bf2fc714d6ddef96128ee0abf9546c085a4
Contents?: true
Size: 634 Bytes
Versions: 2
Compression:
Stored size: 634 Bytes
Contents
// ========================================================================== // Project: SproutCore Test Runner - mainPage // Copyright: ©2006-2009 Sprout Systems, Inc. and contributors. // Portions ©2008-2009 Apple, Inc. All rights reserved. // License: Licened under MIT license (see license.js) // ========================================================================== /*globals TestRunner */ /** @class Manages the currently selected test @extends SC.Object */ TestRunner.testController = SC.Object.create( /** @scope TestRunner.testController.prototype */ { // TODO: Add your own code here. }) ;
Version data entries
2 entries across 2 versions & 1 rubygems