Commit 83a457e1 authored by Boris Kocherov's avatar Boris Kocherov

cleanup: remove unused jIO from recursive subgadget

parent 87f5354c
......@@ -8,7 +8,6 @@
<script src="../rsvp.js" type="text/javascript"></script>
<script src="tv4.js" type="text/javascript"></script>
<script src="../renderjs.js" type="text/javascript"></script>
<script src="../jio.js" type="text/javascript"></script>
<script src="gadget_json_generated_form_child.js" type="text/javascript"></script>
</head>
<body>
......
/*jslint nomen: true, maxlen: 200, indent: 2, maxerr: 100*/
/*global window, document, URL, rJS, RSVP, jIO, tv4, location */
(function (window, document, location, rJS, RSVP, jIO, tv4) {
(function (window, document, location, rJS, RSVP, tv4) {
"use strict";
var render_object;
......@@ -1569,4 +1569,4 @@
});
});
}(window, document, location, rJS, RSVP, jIO, tv4));
\ No newline at end of file
}(window, document, location, rJS, RSVP, tv4));
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment