Use primitive type instead of nullable boxed type

This commit is contained in:
Jakub Vrána 2020-03-09 16:26:46 +01:00 committed by Don McCurdy
parent 92cebb3472
commit 071edeb334

View File

@ -115,7 +115,7 @@ class Controller {
}
/**
* @returns {Boolean} true if the value has deviated from initialValue
* @returns {boolean} true if the value has deviated from initialValue
*/
isModified() {
return this.initialValue !== this.getValue();