Skip to content

Commit 51ef1b9

Browse files
committed
fix breakage
1 parent ced906c commit 51ef1b9

File tree

2 files changed

+168
-166
lines changed

2 files changed

+168
-166
lines changed

glutil-eval.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ http://creativecommons.org/publicdomain/zero/1.0/
66
If you like this, you should donate to Peter O.
77
at: http://upokecenter.dreamhosters.com/articles/donate-now-2/
88
*/
9+
(function(global){
910
/**
1011
* A parametric evaluator for B&eacute;zier curves.<p>
1112
* A B&eacute;zier curve is defined by a series of control points, where
@@ -1017,12 +1018,12 @@ SurfaceEval.prototype.evalOne=function(mesh,u,v){
10171018
this._restoreValues(mesh,values,0);
10181019
return this;
10191020
}
1020-
/** @private
1021+
/** @private
10211022
@const
10221023
*/
10231024
var _OLD_VALUES_SIZE = 8;
10241025
/** @private
1025-
@const
1026+
@const
10261027
*/
10271028
var _RECORDED_VALUES_SIZE = 11;
10281029
/** @private */

0 commit comments

Comments
 (0)