dali-lab / pine-beetle-backend

Visualizing data and predicting outbreaks of Southern Pine Beetles across twenty US states. Built in the DALI Lab.
https://spbpredict.com
0 stars 0 forks source link

Router function classifications #52

Closed nathan-m-schneider-22 closed 4 years ago

nathan-m-schneider-22 commented 4 years ago

Router function classifications

Functions in router.js are called as static functions, however the functions are not classified as static functions. A previous fix instatiated classes before a call, but this fix will make these functions static and call them statically.

Type of Issue

Expected Behavior

Current Behavior (if bug)