drews-mixins
Version:
A couple underscore.js mixins
20 lines (18 loc) • 558 B
HTML
<html>
<head>
<script src="http://inc.the.tl/module/module.js"> </script>
<script src="http://inc.the.tl/underscore.js"> </script>
<script src="http://inc.the.tl/jquery.js"> </script>
<script src="http://inc.the.tl/nimble.js"> </script>
<script src="drews-mixins.js"> </script>
<script>
define("underscore", function(){return _})
define("jquery", function(){return $})
define("nimble", function(){return _})
</script>
<script src="test2.js"> </script>
</head>
<body>
</body>
</html>