just run rectangle instantiation test for now

This commit is contained in:
Eric Rowell 2012-08-22 23:15:46 -07:00
parent 58ef06d372
commit 39957fba73
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* http://www.kineticjs.com/
* Copyright 2012, Eric Rowell
* Licensed under the MIT or GPL Version 2 licenses.
* Date: Aug 21 2012
* Date: Aug 22 2012
*
* Copyright (C) 2011 - 2012 by Eric Rowell
*

View File

@ -3,7 +3,7 @@
* http://www.kineticjs.com/
* Copyright 2012, Eric Rowell
* Licensed under the MIT or GPL Version 2 licenses.
* Date: Aug 21 2012
* Date: Aug 22 2012
*
* Copyright (C) 2011 - 2012 by Eric Rowell
*

View File

@ -1,5 +1,5 @@
Test.prototype.tests = {
'DRAWING - draw rect': function(containerId) {
'*DRAWING - draw rect': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,
width: 578,