Lint compliance

This commit is contained in:
yflory
2018-04-27 18:04:21 +02:00
parent 64c85fe548
commit 2451174870
6 changed files with 4 additions and 6 deletions

View File

@@ -542,7 +542,7 @@ define([
channel: channel,
title: data.driveReadmeTitle,
};
addPad(fileData, cb);
Store.addPad(fileData, cb);
});
});
};