From 77cb8530e5cae8c1a207ff94f502a4943785c24f Mon Sep 17 00:00:00 2001 From: roxasvalor Date: Sun, 24 Apr 2016 16:55:39 -0500 Subject: [PATCH] Update currentweather.js --- modules/default/currentweather/currentweather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default/currentweather/currentweather.js b/modules/default/currentweather/currentweather.js index 86475016..7c116672 100644 --- a/modules/default/currentweather/currentweather.js +++ b/modules/default/currentweather/currentweather.js @@ -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){