|
4 | 4 |
|
5 | 5 | import com.google.gwt.core.client.EntryPoint; |
6 | 6 | import com.google.gwt.core.client.GWT; |
7 | | -import com.google.gwt.core.client.GWT.UncaughtExceptionHandler; |
8 | 7 | import com.google.gwt.core.client.RunAsyncCallback; |
| 8 | +import com.google.gwt.core.client.GWT.UncaughtExceptionHandler; |
9 | 9 | import com.google.gwt.dom.client.Style; |
10 | 10 | import com.google.gwt.event.logical.shared.SelectionEvent; |
11 | 11 | import com.google.gwt.event.logical.shared.SelectionHandler; |
|
39 | 39 |
|
40 | 40 | //TODO: implement email updates of changes |
41 | 41 | //TODO: implement email invitations to participate in an particular argument |
| 42 | +//TODO: implement facebook integration? see [http://code.google.com/p/batchfb/] and the facebook API |
42 | 43 | //TODO: implement scoring algorithm |
43 | 44 | //TODO: implement reversions and batch reversions |
44 | 45 | //TODO: compose more/edit help tips |
@@ -262,8 +263,8 @@ public void onSuccess() { |
262 | 263 | public void onFailure(Throwable reason) { |
263 | 264 | ArgMap.messageTimed("Code download failed", |
264 | 265 | MessageType.ERROR); |
265 | | - Log.log("am.sv.a.of", |
266 | | - "Code download failed" + reason.toString()); |
| 266 | + Log.log("am.sv.a.of", "Code download failed" |
| 267 | + + reason.toString()); |
267 | 268 | } |
268 | 269 | }); |
269 | 270 | } |
@@ -402,7 +403,8 @@ public void onUncaughtException(Throwable e) { |
402 | 403 | } catch (Exception handlerException) { |
403 | 404 | } |
404 | 405 | GWT.log("Uncaught Exception", e); |
405 | | - if (Log.on) Log.finishOpenLogs(); |
| 406 | + if (Log.on) |
| 407 | + Log.finishOpenLogs(); |
406 | 408 | } |
407 | 409 |
|
408 | 410 | public ModeEdit getModeEdit() { |
|
0 commit comments