Skip to content

Commit

Permalink
Change wording on a button to make more sense (995 bytes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Marasco committed Feb 14, 2012
1 parent 9a30fc3 commit 6bb6d4a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions 1.js
Expand Up @@ -19,12 +19,9 @@ c.height = d;
Q = "textContent";
I("p");
S = M;
I("a");
M[Q] = "Start/Stop";
I("button");
M[Q] = "_";
K = M;
M[N] = V = Z("E=!E;K[Q]=E?L()||'\u25a0':G()||'\u25a2'");
M[N] = V = Z("E=!E;K[Q]=E?L()||'Stop':G()||'Start'");
V();
I("a");
M[Q] = "Speed";
Expand All @@ -37,4 +34,4 @@ c.onmousedown = Z("D=1;G()");
c.onmousemove = c[N] = Z("a", "H=~~((a.pageY-c.offsetTop)/f);e=~~((a.pageX-c.offsetLeft)/f);/v/.test(a.type)?D?(p=1,D=0):1==p&&(g[H][e]=1):(p||(g[H][e]=!g[H][e]),D=p=0,E&&L());r()");
q();
g = i;
F();
F();

0 comments on commit 6bb6d4a

Please sign in to comment.