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

Unified Diff: lib/filterClasses.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 | « no previous file | lib/filterNotifier.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/filterClasses.js
===================================================================
--- a/lib/filterClasses.js
+++ b/lib/filterClasses.js
@@ -44,13 +44,13 @@
/**
* Filter subscriptions the filter belongs to
- * @type Array of Subscription
+ * @type Subscription[]
*/
subscriptions: null,
/**
* Serializes the filter to an array of strings for writing out on the disk.
- * @param {Array of String} buffer buffer to push the serialization results into
+ * @param {string[]} buffer buffer to push the serialization results into
*/
serialize: function(buffer)
{
@@ -388,7 +388,7 @@
/**
* Array containing public keys of websites that this filter should apply to
- * @type Array of String
+ * @type string[]
*/
sitekeys: null,
@@ -585,7 +585,7 @@
/**
* Array containing public keys of websites that this filter should apply to
- * @type Array of String
+ * @type string[]
*/
get sitekeys()
{
« no previous file with comments | « no previous file | lib/filterNotifier.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld