MCPcopy Create free account
hub / github.com/TruthHun/BookStack / notTextOrCommentNode

Function notTextOrCommentNode

static/jstree/3.3.4/jstree.js:1356–1358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1354 _load_node : function (obj, callback) {
1355 var s = this.settings.core.data, t;
1356 var notTextOrCommentNode = function notTextOrCommentNode () {
1357 return this.nodeType !== 3 && this.nodeType !== 8;
1358 };
1359 // use original HTML
1360 if(!s) {
1361 if(obj.id === $.jstree.root) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected