Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove unused variable
- Loading branch information
Showing
with
0 additions
and
3 deletions.
-
+0
−3
framer/SVGLayer.coffee
|
@@ -17,9 +17,6 @@ updateIdsToBeUnique = (htmlString) -> |
|
|
return htmlString |
|
|
|
|
|
class exports.SVGLayer extends Layer |
|
|
|
|
|
@DenyCopyMessage: "SVGLayer doesn't support `copy` when the layer has one more children" |
|
|
|
|
|
constructor: (options={}) -> |
|
|
# Ugly: detect Vekter export with html intrinsic size |
|
|
if options.htmlIntrinsicSize? and options.backgroundColor? |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.