Clean up code.

This commit is contained in:
Jürg Lehni 2013-02-08 18:46:22 -08:00
parent dc35fdbd02
commit bc5826d324
2 changed files with 2 additions and 2 deletions

View file

@ -1635,7 +1635,7 @@ var Path = this.Path = PathItem.extend(/** @lends Path# */{
x[n - i - 1] -= tmp[n - i] * x[n - i]; x[n - i - 1] -= tmp[n - i] * x[n - i];
} }
return x; return x;
}; }
return { return {
// Note: Documentation for smooth() is in PathItem // Note: Documentation for smooth() is in PathItem