Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 269ee7c

Browse files
committed
Fix typo
1 parent adaca85 commit 269ee7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/bot.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ bot.memory = {
314314
saveLoop : function () {
315315
clearTimeout( this.saveIntervalId );
316316
setTimeout( this.saveLoop.bind(this), this.saveInterval );
317-
}
317+
},
318318

319319
clear : function () {
320320
Object.iterate( localStorage, function ( key, val ) {
@@ -323,6 +323,7 @@ bot.memory = {
323323
}
324324
});
325325
this.data = {};
326+
}
326327
};
327328

328329
bot.memory.loadAll();

0 commit comments

Comments
 (0)