Skip to content

Instantly share code, notes, and snippets.

@roman01la
Created December 21, 2015 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roman01la/f63e83a4ac66d86f3e7e to your computer and use it in GitHub Desktop.
Save roman01la/f63e83a4ac66d86f3e7e to your computer and use it in GitHub Desktop.
! function(o) {
function t(r) {
if (n[r]) return n[r].exports;
var e = n[r] = {
exports: {},
id: r,
loaded: !1
};
return o[r].call(e.exports, e, e.exports, t), e.loaded = !0, e.exports
}
var n = {};
return t.m = o, t.c = n, t.oe = function(o) {
throw o
}, t.p = "", t(t.s = 1)
}([function(o, t, n) {
function r() {
return "foo"
}
t.foo = r
}, function(o, t, n) {
var r = n(0),
e = document.getElementById("output");
e.innerHTML = "Output: " + r.foo()
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment