feature(bower) Util.render -> rendy

This commit is contained in:
coderaiser 2015-05-21 09:33:25 -04:00
parent cb219ae64e
commit da2768d56b
17 changed files with 315 additions and 57 deletions

View file

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