mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
Fixed documentation warning
Please use backtick (it's to the left of the 1 key) around HTML elements in comments. Change-Id: I473e88a2cb1f7fb725f21cd0e8b3f659189c15a0
This commit is contained in:
parent
36d99ad901
commit
100e67c128
|
@ -120,7 +120,7 @@ ve.dm.ModelRegistry.prototype.register = function ( constructor ) {
|
|||
* If a DOM node has RDFa types that are extension-specific, any matches that do not involve one of
|
||||
* those extension-specific types will be ignored. This means that if 'bar' is an
|
||||
* extension-specific type, and there are no models specifying 'bar' in their .matchRdfaTypes, then
|
||||
* <foo typeof="bar baz"> will not match anything, not even a model with .matchTagNames=['foo']
|
||||
* `<foo typeof="bar baz">` will not match anything, not even a model with .matchTagNames=['foo']
|
||||
* or one with .matchRdfaTypes=['baz'] .
|
||||
*
|
||||
* @param {string|RegExp} type Type, or regex matching types, to designate as extension-specifics
|
||||
|
|
Loading…
Reference in a new issue