We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb86145 commit a92b060Copy full SHA for a92b060
src/raven.js
@@ -1299,13 +1299,6 @@ Raven.prototype = {
1299
request.send(JSON.stringify(opts.data));
1300
},
1301
1302
- // Note: this is shitty, but I can't figure out how to get
1303
- // sinon to stub document.createElement without breaking everything
1304
- // so this wrapper is just so I can stub it for tests.
1305
- _newImage: function() {
1306
- return document.createElement('img');
1307
- },
1308
-
1309
_logDebug: function(level) {
1310
if (this._originalConsoleMethods[level] && this.debug) {
1311
// In IE<10 console methods do not have their own 'apply' method
0 commit comments