#476 fix conditional
This commit is contained in:
parent
bfa1767d81
commit
b8a7d7217d
2 changed files with 7 additions and 2 deletions
|
|
@ -285,7 +285,7 @@ var m = (function app(window, undefined) {
|
|||
configs.push(callback(data, [node, !isNew, context, cached]))
|
||||
}
|
||||
}
|
||||
else if (typeof dataType != FUNCTION) {
|
||||
else if (typeof data != FUNCTION) {
|
||||
//handle text nodes
|
||||
var nodes;
|
||||
if (cached.nodes.length === 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue