invalidate dom cache on new module
This commit is contained in:
parent
7e2136ba51
commit
62eae50b20
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ new function(window) {
|
||||||
var currentRoot, currentModule = {view: function() {}}, currentController = {}, now = 0, lastRedraw = 0, lastRedrawId = 0
|
var currentRoot, currentModule = {view: function() {}}, currentController = {}, now = 0, lastRedraw = 0, lastRedrawId = 0
|
||||||
m.module = function(root, module) {
|
m.module = function(root, module) {
|
||||||
m.startComputation()
|
m.startComputation()
|
||||||
|
cellCache = {}
|
||||||
currentRoot = root
|
currentRoot = root
|
||||||
currentModule = module
|
currentModule = module
|
||||||
currentController = new module.controller
|
currentController = new module.controller
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue