mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-21 20:01:52 +00:00
Update polyline.class.js
This commit is contained in:
parent
66c2714df8
commit
ef18a5b9f1
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
var fabric = global.fabric || (global.fabric = { }),
|
||||
toFixed = fabric.util.toFixed;
|
||||
var fabric = global.fabric || (global.fabric = { });
|
||||
|
||||
if (fabric.Polyline) {
|
||||
fabric.warn('fabric.Polyline is already defined');
|
||||
|
|
|
|||
Loading…
Reference in a new issue