chore(test/util): remove snap.svg remainders

This commit is contained in:
Nico Rehwaldt 2017-12-07 13:19:02 +01:00
parent 50da47e1e1
commit c14be5d258
1 changed files with 0 additions and 3 deletions

View File

@ -39,9 +39,6 @@ module.exports.createCanvasEvent = createCanvasEvent;
function createEvent(target, position, data) {
// unwrap snapsvg gfx
target = target.node || target;
data = assign({
target: target,
x: position.x,