Skip to content

Commit

Permalink
Removing extra code in html
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasAlabes committed Oct 3, 2013
1 parent 50a7f8d commit 4ea6731
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/raphaelTest.html
Expand Up @@ -23,9 +23,7 @@
// Initialize container when document is loaded
window.onload = function () {
paper = Raphael(0, 0, 640, 720, "container");
paper.text(200, 25 + 18, "Some Text that should be a link").attr({
'href': "https:www.google.com"
});

};
//Work here, in a separate script file or via command line
</script>
Expand Down

0 comments on commit 4ea6731

Please sign in to comment.