ソースを参照

Should resolve in all cases even if missing a component

tags/v0.10.4^2
kckckc 2年前
コミット
9661a902ca
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      src/client/js/components/components.js

+ 3
- 0
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);


読み込み中…
キャンセル
保存