[FIX] avoid reusing variables in completely different contexts, especially function...
authorXavier Morel <xmo@openerp.com>
Fri, 17 Jun 2011 09:32:22 +0000 (11:32 +0200)
committerXavier Morel <xmo@openerp.com>
Fri, 17 Jun 2011 09:32:22 +0000 (11:32 +0200)
commit485adfdef9db1ecac8cefc4b171fd940eadd5a91
tree851030a154148b013509f87d2d66850507cd82b0
parentc5e061fec9bc1594f7a99e26970ecf12211ed95f
[FIX] avoid reusing variables in completely different contexts, especially function parameters. Also avoid declaring the same variables multiple times in the same function, either split the usage into different variables (if it's reuse) or declare only once (if it's alternate initialization)

bzr revid: xmo@openerp.com-20110617093222-8mx8tkshkcave3g1
addons/base_graph/static/src/js/graph.js