some type fixes. close #869

This commit is contained in:
Anton Lavrenov
2020-03-29 07:45:24 -05:00
parent fe9501a5f0
commit 010729dc19
5 changed files with 31 additions and 53 deletions

View File

@@ -1,6 +1,4 @@
suite('Collection', function() {
var util;
test('test collection method mapping', function() {
// Node method
assert.notEqual(Konva.Collection.prototype.on, undefined);