less escaping
This commit is contained in:
parent
0b2371e73e
commit
9503eb7c5a
1 changed files with 9 additions and 9 deletions
|
@ -1,17 +1,17 @@
|
||||||
<h1>Getting Started with OxJS</h1>
|
<h1>Getting Started with OxJS</h1>
|
||||||
|
|
||||||
<p><pre><!DOCTYPE HTML>
|
<p><pre><!DOCTYPE HTML>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script type="text/javascript" src="OxJS/build/Ox.js"></script>
|
<script type="text/javascript" src="OxJS/build/Ox.js"></script>
|
||||||
<script>
|
<script>
|
||||||
Ox.load(function() {
|
Ox.load(function() {
|
||||||
// Document ready. Your code here.
|
// Document ready. Your code here.
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
</html></pre><p>
|
</html></pre><p>
|
||||||
|
|
||||||
<p>To include <code>Ox.UI</code>, start with <code>Ox.load('UI', function() { ... })</code>.</p>
|
<p>To include <code>Ox.UI</code>, start with <code>Ox.load('UI', function() { ... })</code>.</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue