morris.js/examples/lib/example.js

4 lines
63 B
JavaScript
Raw Normal View History

2012-03-07 22:35:25 +01:00
$(function () {
eval($('#code').text());
prettyPrint();
});