changed bufferImage property to imageBuffer

This commit is contained in:
Eric Rowell
2012-08-21 19:42:29 -07:00
parent 4b142db887
commit 7b4ec5e6c8
5 changed files with 13 additions and 13 deletions

View File

@@ -1884,7 +1884,7 @@ Test.prototype.tests = {
layer.add(cachedShape);
cachedShape.createBufferImage(function() {
cachedShape.createImageBuffer(function() {
layer.draw();
@@ -2369,7 +2369,7 @@ Test.prototype.tests = {
});
layer.add(lion);
lion.createBufferImage(function() {
lion.createImageBuffer(function() {
stage.add(layer);
});
//document.body.appendChild(layer.bufferCanvas.element);