Skip to content

Commit 24f7914

Browse files
committed
update index.html
1 parent a924041 commit 24f7914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<body>
3232
<div id="mocha">Modules in Gallery</div>
3333
<script>
34-
seajs.use('gallery/expect/1.0.0/expect', function(expect) {
34+
(function() {
3535
mocha.setup('bdd');
3636

3737
var modules = [
@@ -58,7 +58,7 @@
5858
mocha.run()
5959
}
6060
})
61-
});
61+
})();
6262
</script>
6363
</body>
6464
</html>

0 commit comments

Comments
 (0)