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

Unified Diff: lib/api.js

Issue 29317074: Issue 2693 - Update adblockplus dependency (Closed)
Patch Set: address comments Created July 1, 2015, 11:43 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
Index: lib/api.js
diff --git a/lib/api.js b/lib/api.js
index 03f135cd69a00513cd86162b0e4d521e83083814..4dfa30db1cb1d43e22fe5e209b5680338f6d5471 100644
--- a/lib/api.js
+++ b/lib/api.js
@@ -137,9 +137,9 @@ var API = (function()
return result;
},
- getNextNotificationToShow: function(url)
+ showNextNotification: function(url)
{
- return Notification.getNextToShow(url);
+ Notification.showNext(url);
},
getNotificationTexts: function(notification)

Powered by Google App Engine
This is Rietveld