ok demo nice

This commit is contained in:
Peter Cottle 2013-01-12 23:26:59 -08:00
parent 22605249ce
commit 4c837f7d92
4 changed files with 30 additions and 18 deletions

View file

@ -59,7 +59,7 @@ var Level = Sandbox.extend({
// if there is a multiview in the beginning, open that
// and let it resolve our deferred
if (this.level.startDialog) {
if (this.level.startDialog && !this.testOption('noIntroDialog')) {
new MultiView(_.extend(
{},
this.level.startDialog,