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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-08 14:34:48 +0300
committerbrantje <brantje@gmail.com>2016-10-08 14:34:48 +0300
commit517db468a1fcd0dcd086a3fd250be990d8fed8ba (patch)
tree158ea78e901be9e5cbf4bf5912fc29ce3412edd4 /js
parent5bb92a0656864bb8b8ac33bae9f5c87c484de4f4 (diff)
Fix missing ;
Diffstat (limited to 'js')
-rw-r--r--js/app/controllers/export.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/controllers/export.js b/js/app/controllers/export.js
index 9b115d9d..c50600b1 100644
--- a/js/app/controllers/export.js
+++ b/js/app/controllers/export.js
@@ -55,7 +55,7 @@
}
});
- }
+ };