drews-mixins
Version:
A couple underscore.js mixins
20 lines (19 loc) • 724 B
HTML
<html>
<head>
<title>Drew's Mixins test suite</title>
<link rel="stylesheet" href="http://inc.the.tl/qunit/qunit.css" type="text/css" media="screen" />
<script type="text/javascript" src="http://inc.the.tl/jquery.js"></script>
<script type="text/javascript" src="http://inc.the.tl/qunit/qunit.js"></script>
<script type="text/javascript" src="http://inc.the.tl/underscore.js"></script>
<script type="text/javascript" src="../drews-mixins.js"></script>
<script type="text/javascript" src="tests.js"></script>
</head>
<body>
<h1 id="qunit-header">Drew's Mixins test suite</h1>
<h2 id="qunit-banner"></h2>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<br />
</body>
</html>