new import path

This commit is contained in:
j 2011-04-23 01:07:55 +02:00
commit 840eadf914
16 changed files with 32 additions and 50 deletions

View file

@ -4,11 +4,9 @@
<title>ox.js SplitPanel Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="../../build/css/ox.ui.css"/>
<script type="text/javascript" src="../../build/js/jquery-1.4.2.js"></script>
<script type="text/javascript" src="../../build/js/ox.js"></script>
<script type="text/javascript" src="../../build/js/ox.ui.js"></script>
<script type="text/javascript" src="../../build/js/OxUI.js"></script>
<script>
$(function() {
Ox.UI(function() {
new Ox.SplitPanel({
elements: [
{
@ -82,4 +80,4 @@
</script>
</head>
<body></body>
</html>
</html>