mirror of
https://github.com/konvajs/konva.git
synced 2026-01-24 05:45:14 +08:00
deprecate some methods
This commit is contained in:
@@ -30,8 +30,6 @@ describe('Text', function () {
|
||||
assert.equal(layer.getContext().getTrace(), trace);
|
||||
});
|
||||
|
||||
// ======================================================
|
||||
// TODO: what is the best UX here?
|
||||
it('check text with FALSY values', function () {
|
||||
var stage = addStage();
|
||||
var layer = new Konva.Layer();
|
||||
|
||||
Reference in New Issue
Block a user