added getWidth() and getHeight() methods to Label

This commit is contained in:
Eric Rowell
2013-03-17 17:56:39 -07:00
parent b37f50ba69
commit e0e390f760
2 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
Test.Modules.LABEL = {
'add label': function(containerId) {
'*add label': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,
width: 578,