mentat/addon/src/wrapper.prefix
Richard Newman 17d7eaec7b Add a babelified test file, Webpack the add-on, and make the JS API work.
We concatenate a simple setTimeout monkeypatch onto the add-on itself.
2016-09-22 15:59:15 -07:00

4 lines
91 B
Text

// Monkeypatch.
var { setTimeout } = require("sdk/timers");
this.setTimeout = setTimeout;