зеркало из https://github.com/mozilla/reflex.git
Fix type error causing reduce to be exported instead of writer.
This commit is contained in:
Родитель
1fd0b9cc70
Коммит
473eb17e0b
|
@ -40,4 +40,4 @@ function writer(swap, close, open) {
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = reduce
|
||||
module.exports = writer
|
||||
|
|
Загрузка…
Ссылка в новой задаче