Skip to content

Commit

Permalink
Oops fixed a type in the tank engine.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Fonacier committed Apr 24, 2009
1 parent 2738111 commit f3a5571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/javascripts/tank_engine.js
Expand Up @@ -2,7 +2,7 @@ function make_sliders() {
$(".te_slide_left").live("click", function () {
return slide_left($(this).attr("href"));
});
$(".te_slide_right")live("click", function() {
$(".te_slide_right").live("click", function() {
return slide_right($(this).attr("href"));
});
}
Expand Down

0 comments on commit f3a5571

Please sign in to comment.