summaryrefslogtreecommitdiff
path: root/elm/Lib/Ffi.js
blob: c06314ff19f78da9c7975d2c7c8c3f30e420e810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
window.elmFfi_innerHtml = function(wrap,call) { // \s -> _VirtualDom_property('innerHTML', _Json_wrap(s))
    return function(s) {
        return {
            $: 'a2',
            n: 'innerHTML',
            o: wrap(s)
        }
    }
};

window.elmFfi_elemCall = function(wrap,call) { // _Browser_call
    return call
};