jshint compliance

This commit is contained in:
ansuz 2017-03-31 09:18:57 +02:00
parent 73d4fd1700
commit b85324a29e

View File

@ -195,7 +195,7 @@ define([
}
if (!readOnly) { Cryptpad.replaceHash(editHash); }
Cryptpad.onDisplayNameChanged(setName);
Cryptpad.onDisplayNameChanged(module.setName);
};
// used for debugging, feel free to remove