Flesh out jasmine-html.js API reference
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
jasmineRequire.HtmlSpecFilter = function(j$) {
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* @class HtmlSpecFilter
|
||||
* @param options Options object. See lib/jasmine-core/boot1.js for details.
|
||||
* @deprecated Use {@link HtmlReporterV2Urls} instead.
|
||||
*/
|
||||
function HtmlSpecFilter(options) {
|
||||
j$.getEnv().deprecated(
|
||||
'HtmlReporter and HtmlSpecFilter are deprecated. Use HtmlReporterV2 instead.'
|
||||
@@ -18,7 +23,6 @@ jasmineRequire.HtmlSpecFilter = function(j$) {
|
||||
* @function
|
||||
* @param {string} specName The full name of the spec
|
||||
* @returns {boolean}
|
||||
* @deprcated
|
||||
*/
|
||||
this.matches = function(specName) {
|
||||
return filterPattern.test(specName);
|
||||
|
||||
Reference in New Issue
Block a user