log is declared as a function.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:38:57 +0000 (11:38 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:38:57 +0000 (11:38 +0000)
src/mkws-team.js

index e9e02e1..b84b174 100644 (file)
@@ -44,7 +44,7 @@ function team($, teamName) {
     that.set_perpage = function(val) { m_perpage = val };
 
 
-    var log = function (s) {
+    function log(s) {
        var now = $.now();
        var timestamp = ((now - m_logTime.start)/1000).toFixed(3) + " (+" + ((now - m_logTime.last)/1000).toFixed(3) + ") "
        m_logTime.last = now;