From c88dc8e2aa2bb93363dfdac5bbe65f52c8036087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Thu, 20 Feb 2014 20:26:40 +0100 Subject: [PATCH] Minor changes. --- src/paper.js | 4 ++-- src/path/PathItem.Boolean.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/paper.js b/src/paper.js index 54483052..53d21163 100644 --- a/src/paper.js +++ b/src/paper.js @@ -81,11 +81,11 @@ var paper = new function(undefined) { /*#*/ include('path/Path.js'); /*#*/ include('path/Path.Constructors.js'); /*#*/ include('path/CompoundPath.js'); -/*#*/ include('path/PathFlattener.js'); -/*#*/ include('path/PathFitter.js'); /*#*/ if (__options.booleanOperations) { /*#*/ include('path/PathItem.Boolean.js'); /*#*/ } // __options.booleanOperations +/*#*/ include('path/PathFlattener.js'); +/*#*/ include('path/PathFitter.js'); /*#*/ include('text/TextItem.js'); /*#*/ include('text/PointText.js'); diff --git a/src/path/PathItem.Boolean.js b/src/path/PathItem.Boolean.js index b58d6107..81754367 100644 --- a/src/path/PathItem.Boolean.js +++ b/src/path/PathItem.Boolean.js @@ -240,8 +240,8 @@ PathItem.inject(new function() { } /** - * Private static method that returns the winding contribution of the - * given point with respect to a given set of monotone curves. + * Private method that returns the winding contribution of the given point + * with respect to a given set of monotone curves. */ function getWinding(point, curves, horizontal) { var tolerance = /*#=*/ Numerical.TOLERANCE,