fix #164 prepend # to colorKey so that events work again in non webit browsers

This commit is contained in:
Eric Rowell
2012-11-27 19:43:33 -08:00
parent 393a9687dc
commit e6eb647462
2 changed files with 3 additions and 3 deletions

View File

@@ -362,7 +362,7 @@ Test.Modules.MANUAL = {
layer.add(star);
stage.add(layer);
//document.body.appendChild(layer.bufferCanvas.element)
showHit(layer);
},
'EVENTS - drag events click': function(containerId) {
var stage = new Kinetic.Stage({