update tutorial (to reflect that the DOM is ready inside the Ox.load callback)
This commit is contained in:
parent
5e68ebfde1
commit
42e231f95c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue