Skip to content

Commit

Permalink
try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Jul 1, 2020
1 parent b5b8b39 commit 866dfe4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/jquery.fancytree.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,9 @@
for (name in obj) {
if (
!NODE_ATTR_MAP[name] &&
(this.tree.options.copyFunctionsToData || !$.isFunction(obj[name])) &&
(this.tree.options.copyFunctionsToData ||
!$.isFunction(obj[name])
) &&
!NONE_NODE_DATA_MAP[name]
) {
// node.data.NAME = obj.NAME
Expand Down

0 comments on commit 866dfe4

Please sign in to comment.