()
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected