Commit f5f5d4c6 authored by Robert Knight's avatar Robert Knight

Remove unused `@noCallThru` object properties

This used to have an effect when we used proxyquire for mocking. It does
nothing now.
parent a86fd703
......@@ -4,7 +4,6 @@ Plugin = require('../plugin')
Delegator = require('../delegator')
$ = require('jquery')
Delegator['@noCallThru'] = true
Guest = require('../guest')
{ $imports } = require('../guest')
......@@ -12,7 +11,6 @@ rangeUtil = null
selections = null
scrollIntoView = sinon.stub()
scrollIntoView['@noCallThru'] = true
class FakeAdder
instance: null
......
......@@ -11,7 +11,6 @@ describe('sidebar.util.isThirdPartyService', () => {
$imports.$mock({
'../service-config': fakeServiceConfig,
'@noCallThru': true,
});
});
......
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