Krinkle has uploaded a new change for review.
https://gerrit.wikimedia.org/r/204049
Change subject: core: Fix documentation reference to OO methods
......................................................................
core: Fix documentation reference to OO methods
The API is exported as OO, using "oo" results in plain text instead
of a link to the relevant method.
Change-Id: I2bd7a38388b43d2ac3e8e4b078b2d6e2252f8eb8
---
M src/core.js
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/oojs/core refs/changes/49/204049/1
diff --git a/src/core.js b/src/core.js
index 3fcce43..8eaa2d4 100644
--- a/src/core.js
+++ b/src/core.js
@@ -94,12 +94,12 @@
*
* The 'constructor' (whether implicit or explicit) is not copied over.
*
- * This does not create inheritance to the origin. If inheritance is needed
- * use oo.inheritClass instead.
+ * This does not create inheritance to the origin. If you need inheritance,
+ * use OO.inheritClass instead.
*
* Beware: This can redefine a prototype property, call before setting your
prototypes.
*
- * Beware: Don't call before oo.inheritClass.
+ * Beware: Don't call before OO.inheritClass.
*
* function Foo() {}
* function Context() {}
--
To view, visit https://gerrit.wikimedia.org/r/204049
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2bd7a38388b43d2ac3e8e4b078b2d6e2252f8eb8
Gerrit-PatchSet: 1
Gerrit-Project: oojs/core
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits