ppanindre / nyu-fire-research

Supporting files for ALIVE module
0 stars 0 forks source link

internet explorer #21

Closed prabodhpanindre closed 7 years ago

prabodhpanindre commented 7 years ago

Module Login is not working in IE 11. So Could not check further

waqidvolli commented 7 years ago

In AliveHelper.js, the recent few functions were defined as -

methodName(){ }

It should have been -

methodName: function(){ }