We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64496a1 commit ed6604eCopy full SHA for ed6604e
common/content/events.js
@@ -241,12 +241,12 @@ const Events = Module("events", {
241
},
242
243
/**
244
- * Deletes the specified macros. The <b>filter</b> is a list of
245
- * macros and ranges are supported. Eg. "ab c d e-k".
246
- *
247
- * @param {string} filter The list of macros to delete.
248
249
- */
+ * Deletes the specified macros. The <b>filter</b> is a list of
+ * macros and ranges are supported. Eg. "ab c d e-k".
+ *
+ * @param {string} filter The list of macros to delete.
+ */
250
deleteMacros: function (filter) {
251
let re = RegExp("[" + filter.replace(/\s+/g, "") + "]");
252
0 commit comments