diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2016-08-17 09:46:54 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-08-29 14:34:37 +0200 |
commit | 4d31caa6f842d427205b96f6823044b73e08a108 (patch) | |
tree | a38d11f4b4e8c8b98ddb40cdfb0470c4e6be5f0c /apps/user_ldap/js | |
parent | 3647fbe7cd86e743b059889d69b03fcf8207780f (diff) | |
download | nextcloud-server-4d31caa6f842d427205b96f6823044b73e08a108.tar.gz nextcloud-server-4d31caa6f842d427205b96f6823044b73e08a108.zip |
fix a few minor code smells
Diffstat (limited to 'apps/user_ldap/js')
-rw-r--r-- | apps/user_ldap/js/wizard/wizard.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/js/wizard/wizard.js b/apps/user_ldap/js/wizard/wizard.js index e8450d1c78f..62a3fccbdfb 100644 --- a/apps/user_ldap/js/wizard/wizard.js +++ b/apps/user_ldap/js/wizard/wizard.js @@ -70,7 +70,7 @@ OCA = OCA || {}; controller.setView(view); controller.setModel(model); controller.run(); - } + }; OCA.LDAP.Wizard.Wizard = Wizard; })(); |