mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
comment grammar
This commit is contained in:
parent
8d294869fe
commit
c141a29295
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
// Not all sandbox are given an rpc function, so assign a dummy one it is
|
||||
// missing -- this avoids the need for constantly testing before use.
|
||||
// Not all sandboxes are given an rpc function, so assign a dummy one if it is
|
||||
// missing -- this avoids the need for testing before use.
|
||||
|
||||
self.rpc = self.rpc || function(){};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue