File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ New features:
20
20
- Added ` onLine ` value for ` Navigator ` (#61 by @toastal )
21
21
- Added ` setDragImage ` function for ` DataTransfer ` (#65 by @ajarista )
22
22
23
+ Bugfixes:
24
+ - Removed duplicated ` cells ` export from the FFI in HTMLTableRowElement.js (#58 by @thomashoneyman )
25
+
23
26
## [ v3.1.0] ( https://github.com/purescript-web/purescript-web-html/releases/tag/v3.1.0 ) - 2021-05-06
24
27
25
28
New features:
Original file line number Diff line number Diff line change @@ -24,14 +24,6 @@ exports.cells = function (row) {
24
24
25
25
// ----------------------------------------------------------------------------
26
26
27
- exports . cells = function ( row ) {
28
- return function ( ) {
29
- return row . cells ;
30
- } ;
31
- } ;
32
-
33
- // ----------------------------------------------------------------------------
34
-
35
27
exports . insertCellAt = function ( index ) {
36
28
return function ( row ) {
37
29
return function ( ) {
You can’t perform that action at this time.
0 commit comments