|
@@ -246,7 +246,7 @@ exports.module = function(phantomas) {
|
|
|
|
|
|
// count DOM queries by either ID, tag name, class name and selector query
|
|
|
// @see https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-document-doctype
|
|
|
- var Collection = require('../../../node_modules/phantomas/lib/collection'),
|
|
|
+ var Collection = require('../../../../../../node_modules/phantomas/lib/collection'),
|
|
|
DOMqueries = new Collection();
|
|
|
|
|
|
phantomas.on('domQuery', function(type, query, fnName, context) {
|