| Index: lib/elemHideHitRegistration.js |
| diff --git a/lib/elemHideHitRegistration.js b/lib/elemHideHitRegistration.js |
| index d32bd746507b9ab4c6e6d2537baea41922dcafe9..74661a9f52f557653c255817465a1108a0acf495 100644 |
| --- a/lib/elemHideHitRegistration.js |
| +++ b/lib/elemHideHitRegistration.js |
| @@ -70,7 +70,7 @@ let AboutHandler = exports.AboutHandler = |
| newChannel: function(uri) |
| { |
| - let match = /\?(\d+)/.exec(uri.path) |
| + let match = /\?(\d+)/.exec(uri.path); |
| if (!match) |
| throw Cr.NS_ERROR_FAILURE; |