Update currentweather.js

This commit is contained in:
roxasvalor 2016-04-24 16:55:39 -05:00
parent 836148a335
commit 77cb8530e5

View File

@ -284,7 +284,7 @@ Module.register("currentweather",{
* return number - Rounded Temperature.
*/
deg2Card: function(deg) {
deg2Cardinal: function(deg) {
if (deg>11.25 && deg<33.75){
return "NNE";
}else if (deg>33.75 && deg<56.25){