docs($sanitizeProvider): fix param comment for enableSvg

Change the text of the doc comment for the parameter of enableSvg to match the type of the comment and the behavior of the code (#14543).
This commit is contained in:
dmandelin
2016-05-06 06:35:28 -07:00
committed by Martin Staffa
parent 926088ba77
commit ac650cb2e6
+1 -1
View File
@@ -182,7 +182,7 @@ function $SanitizeProvider() {
* </code></pre>
* </div>
*
* @param {boolean=} regexp New regexp to whitelist urls with.
* @param {boolean=} flag Enable or disable SVG support in the sanitizer.
* @returns {boolean|ng.$sanitizeProvider} Returns the currently configured value if called
* without an argument or self for chaining otherwise.
*/