mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-23 19:19:52 +00:00
Update.
This commit is contained in:
parent
f9cd5382e7
commit
8602ff5d01
1 changed files with 1 additions and 2 deletions
3
wip.js
3
wip.js
|
@ -14728,8 +14728,7 @@ Elm.Main.make = function (_elm) {
|
|||
});
|
||||
var ApplyRoute = function (a) { return {ctor: "ApplyRoute",_0: a};};
|
||||
var Model = F5(function (a,b,c,d,e) { return {layout: a,routing: b,buttons: c,textfields: d,snackbar: e};});
|
||||
var layoutModel = _U.update($Material$Layout.defaultLayoutModel,
|
||||
{state: $Material$Layout.initState($List.length(tabs)),mode: $Material$Layout.Waterfall(true),fixedHeader: true});
|
||||
var layoutModel = _U.update($Material$Layout.defaultLayoutModel,{state: $Material$Layout.initState($List.length(tabs)),fixedHeader: true});
|
||||
var E404 = {ctor: "E404"};
|
||||
var Tab = function (a) { return {ctor: "Tab",_0: a};};
|
||||
var route0 = {ctor: "_Tuple2",_0: Tab(0),_1: $Hop$Types.newLocation};
|
||||
|
|
Loading…
Reference in a new issue