Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/objectTabs.js

Issue 5964611362750464: Issue 2233 - Adapted array type annotations for JsDoc 3 (Closed)
Patch Set: Re-added removed argument name Created March 30, 2015, 10:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/filterNotifier.js ('k') | lib/subscriptionClasses.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/objectTabs.js
===================================================================
--- a/lib/objectTabs.js
+++ b/lib/objectTabs.js
@@ -75,7 +75,7 @@
/**
* Windows that the window event handler is currently registered for.
- * @type Array of Window
+ * @type Window[]
*/
windowListeners: null,
@@ -354,7 +354,7 @@
/**
* Calculates element's position relative to the top frame and considering
* clipping due to scrolling.
- * @return {left: Number, top: Number, right: Number, bottom: Number}
+ * @return {{left: Number, top: Number, right: Number, bottom: Number}}
*/
_getElementPosition: function(/**Element*/ element)
{
« no previous file with comments | « lib/filterNotifier.js ('k') | lib/subscriptionClasses.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld