Skip to content

Commit

Permalink
Use primitive type instead of nullable boxed type
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana authored and donmccurdy committed Apr 4, 2020
1 parent 92cebb3 commit 071edeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dat/controllers/Controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 071edeb

Please sign in to comment.