Fix error in test suite from testElementCrash.html; did not have callbacks.js

This commit is contained in:
timmywil 2011-11-16 11:39:34 -05:00
parent 780c59b89d
commit 7c2d6c8cd8

View File

@ -8,6 +8,7 @@
}
</style>
<script src="../../../src/core.js"></script>
<script src="../../../src/callbacks.js"></script>
<script src="../../../src/deferred.js"></script>
<script src="../../../src/support.js"></script>
</head>