Skip to content

Instantly share code, notes, and snippets.

@thash
Last active August 29, 2015 14:10
Show Gist options
  • Save thash/56b2677b5f21ebafba99 to your computer and use it in GitHub Desktop.
Save thash/56b2677b5f21ebafba99 to your computer and use it in GitHub Desktop.
(function ($hx_exports) { "use strict";
var console = (1,eval)('this').console || {log:function(){}};
var Hoge = $hx_exports.Hoge = function() { };
Hoge.main = function() {
};
Hoge.init = function() {
new js.JQuery("button.toggle").click(function() {
new js.JQuery("button.toggle").toggle();
});
};
var js = {};
var q = window.jQuery;
var js = js || {}
js.JQuery = q;
Hoge.main();
})(typeof window != "undefined" ? window : exports);
//# sourceMappingURL=Hoge.hx.js.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment