Ver código fonte

Should resolve in all cases even if missing a component

tags/v0.10.4^2
kckckc 2 anos atrás
pai
commit
9661a902ca
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      src/client/js/components/components.js

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

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


Carregando…
Cancelar
Salvar