Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.js |
— | — | @@ -244,7 +244,7 @@ |
245 | 245 | /// The previous historyPosition, stored to detect if change events were due to an undo or redo action |
246 | 246 | 'oldDelayedHistoryPosition': -1, |
247 | 247 | // List of extensions active on this context |
248 | | - 'extensions': [], |
| 248 | + 'extensions': [] |
249 | 249 | }; |
250 | 250 | |
251 | 251 | /* |
— | — | @@ -527,7 +527,7 @@ |
528 | 528 | context.savedSelection.select(); |
529 | 529 | context.savedSelection = null; |
530 | 530 | } |
531 | | - }, |
| 531 | + } |
532 | 532 | }; |
533 | 533 | |
534 | 534 | /* |