Skip to content
Snippets Groups Projects
Commit e2ed8ded authored by Piotr Gawron's avatar Piotr Gawron
Browse files

return type can be null

parent 546cd753
No related branches found
No related tags found
1 merge request!749Resolve "Notify about loss of unsaved changes"
...@@ -50,7 +50,7 @@ PrivilegeType.prototype.setObjectType = function (objectType) { ...@@ -50,7 +50,7 @@ PrivilegeType.prototype.setObjectType = function (objectType) {
/** /**
* *
* @returns {string} * @returns {?null|string}
*/ */
PrivilegeType.prototype.getObjectType = function () { PrivilegeType.prototype.getObjectType = function () {
return this._objectType; return this._objectType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment