diff --git a/src/client/js/components/components.js b/src/client/js/components/components.js index 397032cc..50f94e3e 100644 --- a/src/client/js/components/components.js +++ b/src/client/js/components/components.js @@ -61,6 +61,9 @@ define([ this.templates[target] = $.extend(true, this.templates[target], template); resolve(); }); + } else { + // There's no file for that component type for us to extend + resolve(); } } else { this.templates[target] = $.extend(true, this.templates[target], template);