improved drag and drop performance by skipping buffer redraws on drag move

This commit is contained in:
Eric Rowell
2012-11-17 22:29:07 -08:00
parent feb1c83aac
commit e04b979063
4 changed files with 41 additions and 40 deletions

View File

@@ -38,6 +38,11 @@ function test(condition, message, warn) {
function log(message) {
console.log('LOG: ' + message);
}
function showBuffer(layer) {
document.body.appendChild(layer.bufferCanvas.element);
}
function Test() {
this.counter = 0;
testCounter = document.createElement('div');