Skip to content

Commit

Permalink
note to self: Don't publish twice in a row without any commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony F committed Jun 18, 2011
1 parent 1bf1119 commit 08521ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Expand Up @@ -481,7 +481,6 @@ function compile(n){
*/
builder+="var tinc=1/max(width,height);for(var theta=0;theta<(2*pi);theta+=tinc){var rtmp=("+jsc+");ctx.line(rtmp*cos(theta),rtmp*sin(theta));}ctx.line("+jsc+",0);";


if(fn.type==eqtype.greaterthan){
builder+="ctx.line(boundright+2,0);ctx.line(boundright+2,boundbottom-2);ctx.line(boundleft-2,boundbottom-2);ctx.line(boundleft-2,boundtop+2);ctx.line(boundright+2,boundtop+2);ctx.line(boundright+2,0);";
builder+="ctx.globalAlpha=0.2;ctx.fill();ctx.globalAlpha=1.0;";
Expand Down
1 change: 1 addition & 0 deletions math.js
Expand Up @@ -2082,6 +2082,7 @@ Array.prototype.takeDenom=function(){
};



Array.prototype.simplify=function (onlyeval,___retry,hard){
//NOTE: this code may be destructive to the array.
//It should not be destructive to the array, because sometimes
Expand Down

0 comments on commit 08521ce

Please sign in to comment.