If there is no template specified, resolve immediately

This commit is contained in:
Nathan Gray 2013-10-17 15:23:33 +00:00
parent ab35bfdc4d
commit 10f3665853

View File

@ -144,6 +144,11 @@ var et2_template = et2_DOMWidget.extend(
this.loading.reject();
}
}
else
{
// No actual template
this.loading.resolve();
}
},
/**