Load polyfill in tests for Object.values() support in Fx45
This commit is contained in:
parent
e1f09d4655
commit
12e70460dc
2 changed files with 2 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
Components.utils.import("resource://gre/modules/Services.jsm");
|
||||
Services.scriptloader.loadSubScript("resource://zotero/polyfill.js");
|
||||
Components.utils.import("resource://gre/modules/osfile.jsm");
|
||||
var EventUtils = Components.utils.import("resource://zotero-unit/EventUtils.jsm");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue