Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/rte.js
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-07-21 00:56:51 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-07-21 00:56:51 +0300
commit71999ae81f1468002c629e30bc1ade698a6dcf68 (patch)
tree1415c5a695dc7b8206e732d2d93d1cf406d5512f /js/rte.js
parentb8e6367b4ce41ef66911cc813fed7d6d8676e7de (diff)
Remove unnecessary semicolons.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'js/rte.js')
-rw-r--r--js/rte.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/rte.js b/js/rte.js
index 4248f07ee3..fcc85d7b3f 100644
--- a/js/rte.js
+++ b/js/rte.js
@@ -174,7 +174,7 @@ RTE.COMMON = {
} else {
PMA_ajaxShowMessage(data.error, false);
}
- }; // end showExport()
+ } // end showExport()
}, // end exportDialog()
editorDialog: function (is_new, $this) {
var that = this;