When filtering spec, match against the full name of the spec
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
env.specFilter = function(spec) {
|
env.specFilter = function(spec) {
|
||||||
return specFilter.matches(spec);
|
return specFilter.matches(spec.getFullName());
|
||||||
};
|
};
|
||||||
|
|
||||||
var currentWindowOnload = window.onload;
|
var currentWindowOnload = window.onload;
|
||||||
|
|||||||
Reference in New Issue
Block a user