Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamalai committed Feb 21, 2013
1 parent 37fcb96 commit a4636e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<script src="jquery-1.8.1.min.js" type="text/javascript"></script>
<script type="text/javascript" src="intervaltree.js"></script>
<script src="../intervaltree.js" type="text/javascript"></script>
<script type="text/javascript">
var canvas = null;
var cctx = null;
Expand All @@ -24,6 +24,7 @@
];
var tree = null;
var insertMode = true;

$(document).ready(function(){
canvas = document.getElementById('interval_canvas');
cctx = canvas.getContext('2d');
Expand Down

0 comments on commit a4636e0

Please sign in to comment.