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/pmd
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-07-20 22:53:28 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-07-20 22:53:28 +0300
commit71666da3921fdb02f1c569cacc8626f73ecceb28 (patch)
tree6ac4c4ce3fd827f7aab7a51f112021e1734596c0 /js/pmd
parentaa41a2b77c91d56b057f4608dd78d76aa7fad3ad (diff)
Fix unterminated statements.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'js/pmd')
-rw-r--r--js/pmd/history.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/pmd/history.js b/js/pmd/history.js
index 151efbaddd..bc31d7f7c6 100644
--- a/js/pmd/history.js
+++ b/js/pmd/history.js
@@ -359,9 +359,9 @@ var orderby = function(norder) {
};
this.get_order = function() {
return order;
- }
+ };
this.set_order(norder);
-}
+};
/**
* Having object closure, makes an object with all information of where