From: Dan Vanderkam Date: Thu, 31 Jan 2013 15:52:38 +0000 (-0800) Subject: Merge pull request #203 from witsa/resize_handler X-Git-Tag: v1.0.0~107 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=e22a354dec471af8011b9fc12751609c6ea39e7f;hp=8d9704289c9e6fab5bb88fb6a8529c83e0973742;p=dygraphs.git Merge pull request #203 from witsa/resize_handler Resize handler --- diff --git a/docs/changes.html b/docs/changes.html index 6ee7300..12a9d52 100644 --- a/docs/changes.html +++ b/docs/changes.html @@ -57,9 +57,17 @@ it.
This ensures that we won't inadvertently break your feature in the future. To do this, either add to an existing auto_test in - auto_tests/tests or run "auto_tests/misc/new-test.sh your-test-name" to - create a new one. You can run your auto_test in any browser by visiting - auto_tests/misc/local.html. + auto_tests/tests or run + auto_tests/misc/new-test.sh your-test-name to + create a new one. There are two easy ways to run tests: +

Sending a Pull Request