[apps/code] rename Script::scriptContent() -> Script::content()

This commit is contained in:
Léa Saviot
2020-04-30 14:32:21 +02:00
committed by Émilie Feral
parent 6d7b294bca
commit cf6b9d580b
5 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ const char * ScriptStore::contentOfScript(const char * name, bool markAsFetched)
if (markAsFetched) {
script.setContentFetchedFromConsole(true);
}
return script.scriptContent();
return script.content();
}
void ScriptStore::clearFetchInformation() {