MCPcopy Create free account
hub / github.com/JohnSnowLabs/nlu / defer

Function defer

docs/_includes/scripts/programmingLanguageSwitcherScalaPython.js:41–47  ·  view source on GitHub ↗
(method)

Source from the content-addressed store, hash-verified

39 }
40
41function defer(method) { //wait until jquery ready
42 if (window.jQuery) {
43 method();
44 } else {
45 setTimeout(function() { defer(method) }, 15);
46 }
47}
48
49defer(function () { // load inital language
50 toggleScala()

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…