adding option to ajax request for debugging

This commit is contained in:
Ezequiel Bergamaschi 2014-07-06 01:16:08 -03:00
parent fe59b1ce46
commit c3ef872360

View File

@ -37,6 +37,7 @@ function JSPomLoader(pomUrl, callback) {
var url = urls.pop();
$.ajax({
url: url,
crossDomain: true,
dataType: "script",
success: function () {
jsRecLoad(urls);