Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 16, 2014
1 parent a924041 commit 24f7914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<body>
<div id="mocha">Modules in Gallery</div>
<script>
seajs.use('gallery/expect/1.0.0/expect', function(expect) {
(function() {
mocha.setup('bdd');

var modules = [
Expand All @@ -58,7 +58,7 @@
mocha.run()
}
})
});
})();
</script>
</body>
</html>

0 comments on commit 24f7914

Please sign in to comment.