Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feature(index) rm callback
  • Loading branch information
coderaiser committed Apr 19, 2018
1 parent f2f7ae5 commit 5fbc363
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Expand Up @@ -9,9 +9,7 @@
<div class="gritty"></div>
<script src="/gritty/gritty.js"></script>
<script>
gritty('.gritty', function() {
console.log('console ready')
});
gritty('.gritty');
</script>
</body>
</html>
Expand Down

0 comments on commit 5fbc363

Please sign in to comment.