mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
revert committing changes meant to be local only
This commit is contained in:
parent
0e244d9822
commit
bec8243a46
1 changed files with 3 additions and 3 deletions
|
@ -63,12 +63,12 @@ if ( vAPI.sessionId ) {
|
|||
}
|
||||
|
||||
/******************************************************************************/
|
||||
/*
|
||||
|
||||
vAPI.executionCost = {
|
||||
start: function(){},
|
||||
stop: function(){}
|
||||
};
|
||||
*/
|
||||
/*
|
||||
vAPI.executionCost = {
|
||||
tcost: 0,
|
||||
tstart: 0,
|
||||
|
@ -106,7 +106,7 @@ vAPI.executionCost = {
|
|||
);
|
||||
}
|
||||
};
|
||||
|
||||
*/
|
||||
vAPI.executionCost.start();
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue