Ticket #1735 (closed defect: wontfix)
MochiKit 1.3.1 not working with Dojo 0.4
| Reported by: | jburke | Owned by: | jburke |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 0.3 |
| Severity: | normal | Keywords: | mochikit |
| Cc: |
Description
There was an issue reported using Dojo 0.4 and MochiKit? 1.3.1. This is the test file that was used (put in dojo tests directory, and put mochikit folder containing mochikit js in test directory too:
<html>
<head>
<title>Mochi Kit</title>
<script type="text/javascript">
// Dojo configuration
djConfig = {
isDebug: true
};
</script>
<script type="text/javascript" src="../dojo.js"></script>
<script type="text/javascript" src="mochikit/MochiKit.js"></script>
</body>
</html>
Change History
Note: See
TracTickets for help on using
tickets.