不要怂,就是干,撸起袖子干!

Commit 82adf68e by Elliot Foster

Stop leaking global '_value'

1 parent d1797788
Showing with 1 additions and 0 deletions
...@@ -148,6 +148,7 @@ module.exports = (function() { ...@@ -148,6 +148,7 @@ module.exports = (function() {
var col = null var col = null
, coltype = null , coltype = null
, _realKey = key.split('.').pop() , _realKey = key.split('.').pop()
, _value
if (value.length === 0) { value = [null] } if (value.length === 0) { value = [null] }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!