Delete unexpected coma (#2449)

Fix bug with unexpected coma after the last function parameter
Google Chrome console error:
``` iframe.js:143 Uncaught SyntaxError: Unexpected token ) ```
main
Petro Shpyhotskyi 7 years ago committed by Elbert Alias
parent 8bf9b9059d
commit 244aba658f

@ -139,7 +139,7 @@
} else { } else {
elseCallback(); elseCallback();
} }
}, }
); );
}, },
}; };