Update jsDocs to something close to full coverage for public API
- #596
This commit is contained in:
+2
-1
@@ -273,9 +273,10 @@ getJasmineRequireObj().Env = function(j$) {
|
||||
};
|
||||
|
||||
/**
|
||||
* Add a custom reporter to the Jasmine environment.
|
||||
* @name Env#addReporter
|
||||
* @function
|
||||
* @tutorial addReporter
|
||||
* @see custom_reporter
|
||||
*/
|
||||
this.addReporter = function(reporterToAdd) {
|
||||
reporter.addReporter(reporterToAdd);
|
||||
|
||||
Reference in New Issue
Block a user