Merge pull request #2922 from waywardmonkeys/fix-typo

Fix typo.
This commit is contained in:
juj 2014-10-24 19:17:32 +03:00
Родитель 24db560f9d c002999674
Коммит 1cb77b0617
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1787,7 +1787,7 @@ mergeInto(LibraryManager.library, {
openRequest.onerror = onerror;
},
// asychronously loads a file from IndexedDB.
// asynchronously loads a file from IndexedDB.
loadFilesFromDB: function(paths, onload, onerror) {
onload = onload || function(){};
onerror = onerror || function(){};