Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/utils.js

Issue 29409617: Issue 5157 - Update dependency on adblockpluscore to revision 66bcf4dca35a (Closed) Base URL: https://hg.adblockplus.org/adblockplus
Patch Set: Finalized patch Created April 20, 2017, 8:46 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« lib/io.js ('K') | « lib/prefs.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/utils.js
===================================================================
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -321,23 +321,16 @@ let Utils = exports.Utils =
}
}
}
}
return selectedItem;
},
/**
- * DEPRECATED, do not use!
- */
- yield: function()
- {
- },
-
- /**
* Saves sidebar state before detaching/reattaching
*/
setParams: function(params)
{
sidebarParams = params;
},
/**
« lib/io.js ('K') | « lib/prefs.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld