Opened on 02/02/2016 at 11:48:51 AM

Closed on 02/12/2016 at 01:59:50 PM

#3612 closed change (fixed)

Fix `typeMask` parameter type in functions description

Reported by: sergz Assignee: kzar
Priority: P4 Milestone:
Module: Core Keywords:
Cc: kzar, trev Blocked By:
Blocking: Platform: Unknown / Cross platform
Ready: yes Confidential: no
Tester: Unknown Verified working: no
Review URL(s):

https://codereview.adblockplus.org/29336285/

Description (last modified by kzar)

Background

It seems introduced in #2738. Currently it says
@param {String} typeMask bitmask of content / request types to match
should be
@param {number} typeMask bitmask of content / request types to match

So far, it's incorrect for RegExpFilter.prototype.matches and for Matcher.prototype.matchesAny.

What to change

Change the description and ensure there are no other places.

Attachments (0)

Change History (4)

comment:1 Changed on 02/12/2016 at 01:12:41 PM by kzar

  • Description modified (diff)
  • Owner set to kzar
  • Priority changed from Unknown to P4
  • Ready set

comment:2 Changed on 02/12/2016 at 01:13:03 PM by kzar

  • Cc trev added

comment:3 Changed on 02/12/2016 at 01:25:16 PM by kzar

  • Review URL(s) modified (diff)
  • Status changed from new to reviewing

comment:4 Changed on 02/12/2016 at 01:59:50 PM by kzar

  • Resolution set to fixed
  • Status changed from reviewing to closed

Add Comment

Modify Ticket

Change Properties
Action
as closed .
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from kzar.
 
Note: See TracTickets for help on using tickets.