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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-04-04 01:18:16 +0300
committerGitHub <noreply@github.com>2017-04-04 01:18:16 +0300
commit47ce9f66c44c8226bb6ba902cc7ca5f024fa381a (patch)
tree1a05a69b84c27542523e9218c645bff60d09f716
parent21187102a0fa391209604c502f5051ad80289683 (diff)
parent09659167397dc157df38dfbc7b288eb7ce5ac6ce (diff)
Merge pull request #163 from nextcloud/fix-backbone
Fix Backbone namespacing
-rw-r--r--js/settingsview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/settingsview.js b/js/settingsview.js
index 710652f..58032a1 100644
--- a/js/settingsview.js
+++ b/js/settingsview.js
@@ -238,4 +238,4 @@
OC.Settings.TwoFactorTotp.View = View;
-})(OC, Backbone, Handlebars, $, _); \ No newline at end of file
+})(OC, OC.Backbone, Handlebars, $, _); \ No newline at end of file