its wCLog now, as js styleguides command us.
[citadel.git] / webcit / static / zapduplicates.js
index d0e7c5612e8681f7ed02a5a8e09ff3297583dd3a..59d1674590b20628365c1139825d6d0b6fe74355 100644 (file)
@@ -11,7 +11,7 @@ function loadZapMessages(transport)
        msgs = data['msgs'];
        var length = msgs.length;
        rowArray = new Array(length); // store so they can be sorted
-       WCLog("Row array length: "+rowArray.length);
+       wCLog("Row array length: "+rowArray.length);
        for(var x=1; x<length; ++x) {
            var currentRow = msgs[x];
            var LastRow = msgs[x-1];
@@ -61,4 +61,4 @@ function TriggerLoadDupes ()
                                evalJSON: false,
                                onFailure: function(e) { alert("Failure: " + e);}
        });
-}
\ No newline at end of file
+}