1
0
mirror of https://github.com/S2-/ejs-render-remote synced 2025-08-02 04:30:04 +02:00

resolve with the templateUrl on preload

This commit is contained in:
s2
2019-04-14 22:04:52 +02:00
parent 95a1708280
commit 326e760c78

View File

@@ -64,7 +64,7 @@
ejs.cache.set(templateUrl, templateFn);
d.resolve();
d.resolve(templateUrl);
});
}