#554 don't initialize ctx.retain
This commit is contained in:
parent
e7992553d9
commit
94d804d850
2 changed files with 1 additions and 43 deletions
|
|
@ -318,7 +318,7 @@ var m = (function app(window, undefined) {
|
|||
}
|
||||
//schedule configs to be called. They are called after `build` finishes running
|
||||
if (typeof data.attrs["config"] === FUNCTION) {
|
||||
var context = cached.configContext = cached.configContext || {retain: (m.redraw.strategy() == "diff") || undefined};
|
||||
var context = cached.configContext = cached.configContext || {};
|
||||
|
||||
// bind
|
||||
var callback = function(data, args) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue