Reference to sequence._state eliminated in index.js
This commit is contained in:
parent
cb1eb16864
commit
d06ae6e563
2
index.js
2
index.js
|
@ -596,7 +596,7 @@ function bSequence (obj, cb) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (intval._state.sequence && sequence._state.active) {
|
if (intval._state.sequence && sequence.active) {
|
||||||
//should not occur with single client
|
//should not occur with single client
|
||||||
intval._state.sequence = false
|
intval._state.sequence = false
|
||||||
sequence.stop()
|
sequence.stop()
|
||||||
|
|
Loading…
Reference in New Issue