set svn:eol-style to native

This commit is contained in:
Richard Worth 2008-10-24 01:45:23 +00:00
parent fd9ab96caa
commit 664f2ada64

View File

@ -1,26 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html> <html>
<head> <head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Dependency loading</title> <title>Dependency loading</title>
<script type="text/javascript" src="../../jquery-1.2.6.js"></script> <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function() { $(document).ready(function() {
$("div").draggable(); $("div").draggable();
}); });
</script> </script>
</head> </head>
<body> <body>
<div style="width: 100px; height: 100px; background: green;"></div> <div style="width: 100px; height: 100px; background: green;"></div>
</body> </body>
</html> </html>