mirror of
https://github.com/konvajs/konva.git
synced 2025-12-21 11:14:00 +08:00
better dragging flow
This commit is contained in:
@@ -39,7 +39,7 @@ suite('Context', function() {
|
||||
});
|
||||
|
||||
contextProperties.forEach(function(prop) {
|
||||
assert.equal(nativeContext.hasOwnProperty(prop), true, 'native context has no property ' + prop);
|
||||
assert.equal(nativeContext[prop] !== undefined, true, 'native context has no property ' + prop);
|
||||
assert.equal(context[prop] !== undefined, true, 'context wrapper has no property ' + prop);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user