Initial commit
[mkwsxb-moved-to-github.git] / mkwsxb / static / js / src / mkwsxb.js
1 /* Javascript for MKWSXB. */
2 function MKWSXB(runtime, element) {
3   $(function ($) {
4     mkws.init();
5   });
6 }