summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jquery.event.drag-new/event.linger/test/index.html
blob: f22a41da54a8e91aea7b243872899dd6c0bc33e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../../img/favicon.ico" rel="shortcut icon" />
<link href="../../jquery/qunit.css" rel="stylesheet" />
<script src="../../jquery/jquery.js"></script>
<script src="../../jquery/qunit.js"></script>
<script src="../../fire/jquery.fire.js"></script>
<script src="../jquery.event.linger.js"></script>
<script src="./requirements.js"></script>
<script src="./binding.js"></script>
<script src="./method.js"></script>
<script src="./interaction.js"></script>
<script src="./handlers.js"></script>
<title>ThreeDubMedia &middot; jQuery.event.linger.js</title>
</head>
<body>
<h1 id="qunit-header">jQuery.event.linger.js Unit Tests</h1>
<h2 id="qunit-banner"></h2>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
</body>
</html>