Append missing = sign

This commit is contained in:
Kristóf Tóth 2018-03-31 23:01:46 +02:00
parent ef7726af37
commit f9f8a3f70c

View File

@ -82,7 +82,7 @@ export class WebideComponent implements OnInit {
}
readHandler(data: SourceCode) {
if (this.codeState == 'SAVED') {
if (this.codeState === 'SAVED') {
this.updateFileData(data);
}
}