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

Unified Diff: lib/io.js

Issue 29365793: Noissue - Added missing parameter to onLoaded (Closed)
Patch Set: Created Nov. 30, 2016, 12:59 p.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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/io.js
diff --git a/lib/io.js b/lib/io.js
index 8e1eb5596b9d6af0b3a7fb704cfbe2deadf5954f..6a07389c6f2eafec04176b87cf46de1cacbd17c6 100644
--- a/lib/io.js
+++ b/lib/io.js
@@ -87,7 +87,7 @@ exports.IO =
renameFile: function(fromFile, newName, callback)
{
- function onLoaded()
+ function onLoaded(entry)
{
ext.storage.remove(fileToKey(fromFile), function()
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld