1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Code style cleanup + Testing event dispatching between modules

This commit is contained in:
dominiclord
2016-04-04 21:31:15 -04:00
parent 6d3b8134f1
commit 09016521ed
9 changed files with 464 additions and 82 deletions

View File

@@ -16,7 +16,11 @@
</head>
<body>
<h1 data-module="Generic, Title">Locomotive boilerplate</h1>
<div data-module="Title">
<h1 class="js-label">Locomotive boilerplate</h1>
</div>
<button data-module="Button" type="button" value="click test">Change value</button>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/scripts/jquery-2.2.2.min.js"><\/script>')</script>