Browse Source

proportions.js: Fixed Typo

Karsten Böddeker 8 years ago
parent
commit
25ff08e9de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/proportions.js

+ 1 - 1
lib/proportions.js

@@ -181,7 +181,7 @@ define(["chroma-js", "virtual-dom", "numeral-intl", "filters/genericnode", "verc
       h2 = document.createElement("h2")
       h2.textContent = "Site"
       el.appendChild(h2)
-      el.appendChild(autoTable)
+      el.appendChild(siteTable)
 
       if (config.globalInfos)
           config.globalInfos.forEach( function (globalInfo) {