mirror of
https://github.com/S2-/ejs-render-remote
synced 2025-08-04 05:20:04 +02:00
Compare commits
5 Commits
936d5c1d94
...
v1.0.5
Author | SHA1 | Date | |
---|---|---|---|
9e36c0e82b | |||
6047c6b084 | |||
4dd2bfb8a9 | |||
b6e19487b7 | |||
6d6def3374 |
@@ -1,4 +1,4 @@
|
||||
//this uses jQuery for now because ie11 support is needed (promises, fetch, Object.assign)
|
||||
//this uses jQuery for now because ie11 support is needed (promises and fetch)
|
||||
|
||||
(function($) {
|
||||
var uuidv4 = function() {
|
||||
@@ -16,8 +16,11 @@
|
||||
};
|
||||
|
||||
var templateOptions = options || {};
|
||||
for (var attrname in cacheOptions) {
|
||||
templateOptions[attrname] = cacheOptions[attrname];
|
||||
}
|
||||
|
||||
return $.extend(templateOptions, cacheOptions);
|
||||
return templateOptions;
|
||||
};
|
||||
|
||||
ejs.rr = function(templateUrl, data, options) {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ejs-render-remote",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.5",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"homepage": "https://github.com/S2-/ejs-render-remote",
|
||||
|
Reference in New Issue
Block a user