mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1253120 followup2 - comment-only changes to clarify how UITour-lib validates URL params. r=me
This commit is contained in:
parent
29fac38293
commit
61e8d8ffe8
@ -240,9 +240,9 @@ if (typeof Mozilla == 'undefined') {
|
||||
* @param {Object} extraURLCampaignParams - An object containing additional
|
||||
* paramaters for the URL opened by the browser for reasons of promotional
|
||||
* campaign tracking. Each attribute of the object must have a name that
|
||||
* begins with "utm_" and a value that is a string that contains only only
|
||||
* alphanumeric characters, dashes or underscores. The values may be any
|
||||
* string and will automatically be encoded.
|
||||
* is a string, begins with "utm_" and contains only only alphanumeric
|
||||
* characters, dashes or underscores. The values may be any string and will
|
||||
* automatically be encoded.
|
||||
*/
|
||||
Mozilla.UITour.showFirefoxAccounts = function(extraURLCampaignParams) {
|
||||
_sendEvent('showFirefoxAccounts', {
|
||||
|
Loading…
Reference in New Issue
Block a user