Skip to content

Instantly share code, notes, and snippets.

@bucketh3ad
Created June 1, 2014 00:05
Show Gist options
  • Save bucketh3ad/c12a5f996080d2bf9da7 to your computer and use it in GitHub Desktop.
Save bucketh3ad/c12a5f996080d2bf9da7 to your computer and use it in GitHub Desktop.
Elm Runtime Global Wrapper
Elm = (function (){
//Begin elm-runtime.js
'use strict';
var Elm = ...
};
//End elm-runtime.js
Elm.MeteorHelpers = [A2,A3,A4,A5,A6,A7,A8,A9,F2,F3,F4,F5,F6,F7,F8,F9];
return Elm;
})();
A2 = Elm.MeteorHelpers[0]
A3 = Elm.MeteorHelpers[1]
A4 = ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment