nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jquery.event.drag-new / event.drop / test / index.html
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <link href="../../img/favicon.ico" rel="shortcut icon" />
6 <link href="../../jquery/qunit.css" rel="stylesheet" />
7 <script src="../../jquery/jquery.js"></script>
8 <script src="../../jquery/qunit.js"></script>
9 <script src="../../fire/jquery.fire.js"></script>
10 <script src="../../event.drag/jquery.event.drag.js"></script>
11 <script src="../../event.drag/jquery.event.drag.live.js"></script>
12 <script src="../jquery.event.drop.js"></script>
13 <script src="../jquery.event.drop.live.js"></script>
14 <script src="./requirements.js"></script>
15 <script src="./binding.js"></script>
16 <script src="./method.js"></script>
17 <script src="./tolerance.js"></script>
18 <script src="./interaction.js"></script>
19 <script src="./touch.js"></script>
20 <script src="./properties.js"></script>
21 <script src="./handlers.js"></script>
22 <script src="./live.js"></script>
23
24 <title>ThreeDubMedia &middot; jQuery.event.drop.js</title>
25 </head>
26 <body>
27 <h1 id="qunit-header">jQuery.event.drop.js Unit Tests</h1>
28 <h2 id="qunit-banner"></h2>
29 <h2 id="qunit-userAgent"></h2>
30 <ol id="qunit-tests"></ol>
31 </body>
32 </html>