diff options
author | Josh Blum | 2013-03-29 02:57:07 -0500 |
---|---|---|
committer | Josh Blum | 2013-03-29 02:57:07 -0500 |
commit | ca6d6b4a7786ecc3754532d85ed39da33684d5fc (patch) | |
tree | 58617d955e28cc88bb28d081dd96c2033d238e58 /python/gras/query/main.js | |
parent | 4d1cabf10e654faa3017225bc47763a1b80aab0f (diff) | |
download | sandhi-ca6d6b4a7786ecc3754532d85ed39da33684d5fc.tar.gz sandhi-ca6d6b4a7786ecc3754532d85ed39da33684d5fc.tar.bz2 sandhi-ca6d6b4a7786ecc3754532d85ed39da33684d5fc.zip |
gras: added hooks to query instantaneous state
Diffstat (limited to 'python/gras/query/main.js')
-rw-r--r-- | python/gras/query/main.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/gras/query/main.js b/python/gras/query/main.js index a12457e..a9c255b 100644 --- a/python/gras/query/main.js +++ b/python/gras/query/main.js @@ -1,9 +1,4 @@ /*********************************************************************** - * Some constants - **********************************************************************/ -var GRAS_CHARTS_STD_WIDTH = 250; - -/*********************************************************************** * Stats registry data structure **********************************************************************/ var GrasStatsRegistry = function() |