Make Christoph happier

Apparently this failed for him as per https://github.com/nextcloud/server/pull/2224#issuecomment-262085537

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2016-11-21 23:21:53 +01:00
parent 267ecab405
commit 91f735acf3
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1

View File

@ -113,7 +113,7 @@
this._context = context;
var currentlyActiveValue = $('#'+context.target.closest('form').id).find('.icon-checkmark > input')[0].value;
for(var i = 0 in this._scopes) {
for(var i in this._scopes) {
this._scopes[i].active = false;
}