Sha256: 4e9b78163c633f8c90ef58b746df20c3613abf94eb7c89911377c4b56403a9d8
Contents?: true
Size: 592 Bytes
Versions: 7
Compression:
Stored size: 592 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2013 7x7 Software, Inc. // License: Licensed under MIT license (see license.js) // ========================================================================== /*global module, test, equals, ok */ var view; /** Test the SC.View states. */ module("SC.View:childViewLayout", { setup: function () { view = SC.View.create(); }, teardown: function () { view.destroy(); view = null; } }); test("", function () { });
Version data entries
7 entries across 7 versions & 1 rubygems