[gnome-documents] trivial: missing semicolon
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] trivial: missing semicolon
- Date: Tue, 5 Jun 2012 17:04:37 +0000 (UTC)
commit c39f540e7c7453fb3242705b47863cdeddcd27ea
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Jun 5 13:04:21 2012 -0400
trivial: missing semicolon
src/application.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index e44fb27..bb72d48 100644
--- a/src/application.js
+++ b/src/application.js
@@ -156,7 +156,7 @@ const Application = new Lang.Class({
Mainloop.timeout_add_seconds(MINER_REFRESH_TIMEOUT,
Lang.bind(this, function() {
- this._refreshMinerNow(miner)
+ this._refreshMinerNow(miner);
}));
}));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]