UNPKG
afterwriting-fork-rickschubert
Version:
latest (1.12.10)
1.12.10
1.12.9
Screewriting tools
github.com/ifrost/afterwriting-labs
ifrost/afterwriting-labs
afterwriting-fork-rickschubert
/
js
/
view
/
app-view-presenter.js
12 lines
(6 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
define
(
function
(
require
) {
var
Protoplast
=
require
(
'protoplast'
);
var
AppViewPresenter
=
Protoplast
.
Object
.
extend
({ });
return
AppViewPresenter
; });