Skip to content

Commit

Permalink
Rename px to pe... is this a good change?
Browse files Browse the repository at this point in the history
  • Loading branch information
1j01 committed Jul 9, 2013
1 parent c078db3 commit 320f685
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<script src="aa.js"></script>
<script src="am.js"></script>
<script src="px.js"></script>
<script src="pe.js"></script>

<script src="room.js"></script>
<script src="u.js"></script>
Expand Down
1 change: 0 additions & 1 deletion px.js → pe.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ PixelEditor = function(gui, img, update){
}
pe.m.mouse.left=false;
}
console.log("I'm alive.");
};
pe.mousemove = function(e){
//setTimeout(function(){
Expand Down

0 comments on commit 320f685

Please sign in to comment.