Skip to content

Commit

Permalink
Fixed a bug with the init script to make it work in IE.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Oct 16, 2008
1 parent 5ff0915 commit f90c8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if ( window.addEventListener ) {
}

if ( canvas ) {
Processing(canvas, scripts[i].textContent);
Processing(canvas, scripts[i].text);
}
}
}
Expand Down

0 comments on commit f90c8d0

Please sign in to comment.