Actually remove jquery.scrollintoview totally
This change requires us to introduce proxyquire for stubbing modules that have a single function as their default export, such as the scroll-into-view module.
Showing
... | @@ -56,6 +56,9 @@ | ... | @@ -56,6 +56,9 @@ |
"karma-sinon": "^1.0.4", | "karma-sinon": "^1.0.4", | ||
"mocha": "^1.20.1", | "mocha": "^1.20.1", | ||
"phantomjs": "^1.9.7", | "phantomjs": "^1.9.7", | ||
"proxyquire": "^1.6.0", | |||
"proxyquire-universal": "^1.0.8", | |||
"proxyquireify": "^3.0.0", | |||
"sinon": "^1.15.4" | "sinon": "^1.15.4" | ||
}, | }, | ||
"engines": { | "engines": { | ||
... | @@ -75,7 +78,6 @@ | ... | @@ -75,7 +78,6 @@ |
"homepage": "https://github.com/hypothesis/h", | "homepage": "https://github.com/hypothesis/h", | ||
"browserify": { | "browserify": { | ||
"transform": [ | "transform": [ | ||
"coffeeify", | |||
"browserify-ngannotate", | "browserify-ngannotate", | ||
"browserify-shim" | "browserify-shim" | ||
] | ] | ||
... | ... |
Please register or sign in to comment