introduced NoteFull entity, fixes

This commit is contained in:
azivner
2018-03-25 23:25:17 -04:00
parent cdf94181d2
commit 35998058ce
15 changed files with 184 additions and 165 deletions

View File

@@ -20,7 +20,7 @@ class Note extends Entity {
}
isJson() {
return this.type === "code" && this.mime === "application/json";
return this.mime === "application/json";
}
isJavaScript() {