guneysus
3/7/2018 - 2:40 PM

https://stackoverflow.com/questions/42036349/uncaught-typeerror-intermediate-value-is-not-a-function

/*
27eaabf2-aa4c-4e60-9592-da56b329baf9:593 Uncaught TypeError: (intermediate value)(intermediate value)(intermediate value)(intermediate value)(...) is not a function
    at HTMLDocument.<anonymous> (27eaabf2-aa4c-4e60-9592-da56b329baf9:593)
    at i (jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jquery.min.js:2)
    at Function.ready (jquery.min.js:2)
    at HTMLDocument.J (jquery.min.js:2)
*/
(function () {
    Api.get(id).then( function(guid) { debugger; })            
})();

(function () {
    Api.get(id).then( function(guid) { debugger; })         
})();
(function () {
    Api.get(id).then( function(guid) { debugger; })            
})()

(function () {
    Api.get(id).then( function(guid) { debugger; })         
})()