Commit 22c1902b authored by Randall Leeds's avatar Randall Leeds

Add NodeIterator shim for IE

parent d607dc40
......@@ -8,6 +8,8 @@ require('jquery-scrollintoview')
var g = Annotator.Util.getGlobal();
if (g.wgxpath) g.wgxpath.install();
require('node-iterator-shim').install();
// Applications
Annotator.Guest = require('./guest')
Annotator.Host = require('./host')
......
......@@ -13,6 +13,7 @@
"es6-promise": "^2.1.0",
"extend": "^2.0.0",
"hammerjs": "^2.0.4",
"node-iterator-shim": "^1.0.0-beta.1",
"node-uuid": "^1.4.3",
"raf": "^2.0.4",
"strip-bomify": "^0.1.0",
......
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