Commit 3bbabc15 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Release renderJS 0.9.0

parent 44b646ab
This diff is collapsed.
This diff is collapsed.
......@@ -1701,9 +1701,6 @@ if (typeof document.contains !== 'function') {
last_acquisition_gadget = new RenderJSGadget();
last_acquisition_gadget.__acquired_method_dict = {
getTopURL: function () {
return url;
},
reportServiceError: function (param_list) {
letsCrash(param_list[0]);
}
......@@ -1815,13 +1812,6 @@ if (typeof document.contains !== 'function') {
});
return;
}
// Get Top URL
return tmp_constructor.prototype.__aq_parent('getTopURL', [])
.then(function (topURL) {
var base = document.createElement('base');
base.href = topURL;
base.target = "_top";
document.head.appendChild(base);
connection_ready = true;
notifyReady();
//the channel is ok
......@@ -1835,10 +1825,6 @@ if (typeof document.contains !== 'function') {
});
trans.delayReturn(true);
});
})
.fail(function (error) {
throw error;
});
}
});
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment