magnusjt/schedulerjs

schedulerjsTemplates

HanieHadadi opened this issue · 2 comments

when i download and open ex1.html file i face to this error
ReferenceError: schedulerjsTemplates is not defined
in schedular.js line 360 file
how can i fix it?

I found it . i dont know why when i download zip file this section of file doesnt download in my project
var schedulerjsTemplates = (function() {

var t = {
/* jshint ignore:start */
'layout' : ...
},
r = function(n) {
var tn = t[n];
return function(c, p, i) {
return tn.render(c, p || t, i);
};
};
return {
'layout' : r('layout')
};
})();

It's because the example file uses the source versions. You'll have to run ´npm install´ and ´grunt´ to set everything up.