mam-project-templates
Version:
my personal templating projects
14 lines (13 loc) • 351 B
HTML
<html>
<head>
<meta charset=utf-8 />
<title>underscore shim example</title>
</head>
<body>
<h1>Welcome to the browserify-shim underscore Example</h1>
<p>Inverting an object with underscore#invert()</p>
<span id='underscore-invert'></span>
<script type="text/javascript" src="./js/build/bundle.js"></script>
</body>
</html>