зеркало из https://github.com/mozilla/reflex.git
Remove unnecessary argument.
This commit is contained in:
Родитель
51555d62e0
Коммит
26f90b8da4
2
state.js
2
state.js
|
@ -68,7 +68,7 @@ patch.define(State, function patch(state, diff) {
|
|||
})
|
||||
|
||||
|
||||
function state(length) {
|
||||
function state() {
|
||||
/**
|
||||
Creates an object representing a state snapshot.
|
||||
**/
|
||||
|
|
Загрузка…
Ссылка в новой задаче