mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(bower) Util.render -> rendy
This commit is contained in:
parent
cb219ae64e
commit
da2768d56b
17 changed files with 315 additions and 57 deletions
|
|
@ -7,10 +7,9 @@ var Util;
|
|||
|
||||
if (typeof module === 'object' && module.exports) {
|
||||
rendy = require('rendy');
|
||||
|
||||
module.exports = new CloudFuncProto(Util);
|
||||
} else {
|
||||
rendy = Util.render;
|
||||
rendy = window.rendy;
|
||||
scope.CloudFunc = new CloudFuncProto(Util);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue