clean up closePath usage
authorKlaus Weidner <klausw@google.com>
Sun, 26 Feb 2012 04:38:40 +0000 (20:38 -0800)
committerKlaus Weidner <klausw@google.com>
Sun, 26 Feb 2012 04:38:40 +0000 (20:38 -0800)
commit85ff97a2a45a31bd7bc73caa2ac92063c62a95b8
treea5210c309bcaf739ff7adf248ce17f6d444228b6
parenta8ef67a899be1bc19dbd51d802cd237e1f90a2e9
clean up closePath usage

I was confused by a wrong example I saw online, it's supposed to be used
before stroke() as it was in the original version. It's not needed
after fill() since that automatically closes the path.
dygraph-utils.js