update tutorial (to reflect that the DOM is ready inside the Ox.load callback)

This commit is contained in:
rolux 2012-06-22 15:05:29 +02:00
parent 5e68ebfde1
commit 42e231f95c

View file

@ -6,7 +6,7 @@
<script type="text/javascript" src="OxJS/build/Ox.js"></script>
<script>
Ox.load(function() {
// Your code here.
// Document ready. Your code here.
});
</script>
</head>