Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RubyLouvre/avalon
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyLouvre committed Nov 21, 2014
2 parents eae7bce + 91b434f commit 57ddbac
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 213 deletions.
2 changes: 1 addition & 1 deletion avalon.js
Original file line number Diff line number Diff line change
Expand Up @@ -3375,7 +3375,7 @@
if (!elem.msRetain && !root.contains(elem)) {
vmodel.$remove()
elem.msData = {}
delete VMODELS[vmodel.$id]
delete avalon.vmodels[vmodel.$id]
return false
}
}
Expand Down
2 changes: 1 addition & 1 deletion avalon.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@
if (typeof a === "string") {
return
} else if (node = b || c) {
var newVmodel = VMODELS[node.value]
var newVmodel = avalon.vmodels[node.value]
if (!newVmodel) {
return
}
Expand Down
Loading

0 comments on commit 57ddbac

Please sign in to comment.