Explorar el Código

Should resolve in all cases even if missing a component

tags/v0.10.4^2
kckckc hace 2 años
padre
commit
9661a902ca
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      src/client/js/components/components.js

+ 3
- 0
src/client/js/components/components.js Ver fichero

@@ -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);


Cargando…
Cancelar
Guardar