Consistent naming of Mithril.js
This commit is contained in:
parent
7b1fda5b66
commit
885b3f9442
48 changed files with 269 additions and 269 deletions
|
|
@ -113,10 +113,10 @@ function Demo() {
|
|||
}),
|
||||
m('button', {
|
||||
onclick: prev
|
||||
}, 'Mithril Button -'),
|
||||
}, 'Mithril.js Button -'),
|
||||
m('button', {
|
||||
onclick: next
|
||||
}, 'Mithril Button +')
|
||||
}, 'Mithril.js Button +')
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue