Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
Mismatched parentheses
Browse files Browse the repository at this point in the history
Fixes a typo in b64d893
  • Loading branch information
kini committed Jun 22, 2012
1 parent b0ce4e7 commit 2a6e196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sagenb/data/sage/js/notebook_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ function bind_events() {
var id = $(this).attr("id");
var cell_id = get_cell_id_from_id(id);
evaluate_cell(cell_id, 0);
}
});
}


Expand Down

0 comments on commit 2a6e196

Please sign in to comment.