Change default source code, as it can be seen due to latency

This commit is contained in:
Kristóf Tóth 2018-03-15 12:23:28 +01:00
parent 82f1ed17e9
commit 570fbec090

View File

@ -19,7 +19,7 @@ import { DeploymentNotificationService } from '../services/deployment-notificati
const modelist = brace.acequire('ace/ext/modelist');
const defaultSourceCode = 'Oops! Something went wrong :(';
const defaultSourceCode = 'Loading your file...';
const autosave_interval = 2000;
@Component({