Skip to content

Commit 7c2d6c8

Browse files
committed
Fix error in test suite from testElementCrash.html; did not have callbacks.js
1 parent 780c59b commit 7c2d6c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/data/support/testElementCrash.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
}
99
</style>
1010
<script src="../../../src/core.js"></script>
11+
<script src="../../../src/callbacks.js"></script>
1112
<script src="../../../src/deferred.js"></script>
1213
<script src="../../../src/support.js"></script>
1314
</head>

0 commit comments

Comments
 (0)