UNPKG
trello-sprinter
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
Provides summarizations of sprint activity in a Trello project
trello-sprinter
/
src
/
DataView.js
12 lines
(6 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* * Base object for views of Trello data. */
export
const
DataView
=
function
(
) { }
DataView
.
prototype
.
present
=
function
(
div, board
) {}