diff --git a/src/path/Path.js b/src/path/Path.js index 8b5a4c0f..16d98698 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -1635,7 +1635,7 @@ var Path = this.Path = PathItem.extend(/** @lends Path# */{ x[n - i - 1] -= tmp[n - i] * x[n - i]; } return x; - }; + } return { // Note: Documentation for smooth() is in PathItem diff --git a/src/project/Symbol.js b/src/project/Symbol.js index 81feac40..95040136 100644 --- a/src/project/Symbol.js +++ b/src/project/Symbol.js @@ -132,6 +132,6 @@ var Symbol = this.Symbol = Base.extend(/** @lends Symbol# */{ * @return {Symbol} */ clone: function() { - return new Symbol(this._definition.clone()); + return new Symbol(this._definition.clone()); } });