Prtksxna has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/316987

Change subject: doc: Make OO uppercase
......................................................................

doc: Make OO uppercase

Change-Id: Iecd8f612f6e795be557b0b8fd8272d81d33246b2
---
M src/core.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/core refs/changes/87/316987/1

diff --git a/src/core.js b/src/core.js
index 933bcad..abae8ce 100644
--- a/src/core.js
+++ b/src/core.js
@@ -185,7 +185,7 @@
  * Get a deeply nested property of an object using variadic arguments, 
protecting against
  * undefined property errors.
  *
- * `quux = oo.getProp( obj, 'foo', 'bar', 'baz' );` is equivalent to `quux = 
obj.foo.bar.baz;`
+ * `quux = OO.getProp( obj, 'foo', 'bar', 'baz' );` is equivalent to `quux = 
obj.foo.bar.baz;`
  * except that the former protects against JS errors if one of the 
intermediate properties
  * is undefined. Instead of throwing an error, this function will return 
undefined in
  * that case.

-- 
To view, visit https://gerrit.wikimedia.org/r/316987
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iecd8f612f6e795be557b0b8fd8272d81d33246b2
Gerrit-PatchSet: 1
Gerrit-Project: oojs/core
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <psax...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to