starting new build
This commit is contained in:
parent
b1a95d1e7a
commit
5bac5a1b8d
8 changed files with 867 additions and 20 deletions
15
app/index.js
15
app/index.js
|
@ -0,0 +1,15 @@
|
|||
'use strict'
|
||||
|
||||
let loadIndicator = require('./view/load-indicator')
|
||||
|
||||
function ComicBook () {
|
||||
return {
|
||||
replace (selector) {
|
||||
console.log(selector, loadIndicator())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// TODO properly export in various formats
|
||||
window.ComicBook = ComicBook
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue