Commit 8650bed5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add a missing semicolon and remove an extra semicolon.

parent 5576a489
......@@ -44,10 +44,10 @@ var RenderJs = (function () {
// examine all Intaction Gadgets and bind accordingly
$("div[data-gadget-connection]").each( function (index, element) {
RenderJs.InteractionGadget.bind($(element));
})
});
});
}
};
}
},
bootstrap: function (root) {
......
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