mirror of https://github.com/vuejs/vue.git
minor formatting
This commit is contained in:
parent
a14aba3cf9
commit
7693501f23
|
|
@ -181,7 +181,7 @@ p.convert = function (key, val) {
|
|||
var oldChildOb = val && val.__ob__
|
||||
if (oldChildOb) {
|
||||
var oldBindings = oldChildOb.bindings
|
||||
oldBindings.splice(oldBindings.indexOf(binding),1)
|
||||
oldBindings.splice(oldBindings.indexOf(binding), 1)
|
||||
}
|
||||
val = newVal
|
||||
// add binding to new value
|
||||
|
|
|
|||
Loading…
Reference in New Issue