From 27f9214d94f457c04f89c16e69c872be54cb659a Mon Sep 17 00:00:00 2001 From: Andrea Bogazzi Date: Tue, 23 Aug 2016 11:19:52 +0200 Subject: [PATCH] Update text.class.js --- src/shapes/text.class.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shapes/text.class.js b/src/shapes/text.class.js index b0a12163..14fe67ee 100644 --- a/src/shapes/text.class.js +++ b/src/shapes/text.class.js @@ -6,7 +6,6 @@ extend = fabric.util.object.extend, clone = fabric.util.object.clone, toFixed = fabric.util.toFixed, - supportsLineDash = fabric.StaticCanvas.supports('setLineDash'), NUM_FRACTION_DIGITS = fabric.Object.NUM_FRACTION_DIGITS; if (fabric.Text) {