Merge pull request #63 from kberg/master
authorDan Vanderkam <dan@dygraphs.com>
Tue, 10 May 2011 03:42:14 +0000 (20:42 -0700)
committerDan Vanderkam <dan@dygraphs.com>
Tue, 10 May 2011 03:42:14 +0000 (20:42 -0700)
Add range changing tests. Add support for mouse operations. Add some changes to the docs. Add more code to fake-jstestdriver.

1  2 
README

diff --cc README
--- 1/README
--- 2/README
+++ b/README
@@@ -51,13 -52,19 +52,22 @@@ dygraphs uses
   - strftime.js (BSD License)
   - excanvas.js (Apache License)
   - YUI compressor (BSD License)
 + - JsDoc Toolkit (MIT license)
 +
  
+ automated tests use:
+  - auto_tests/lib/jquery-1.4.2.js (MIT & GPL2)
+  - auto_tests/lib/Asserts.js (Apache 2.0 License)
+  - auto-tests/lib/JsTestDriver-1.3.2.jar (Apache 2.0 License
  rgbcolor: http://www.phpied.com/rgb-color-parser-in-javascript/
  strftime: http://tech.bluesmoon.info/2008/04/strftime-in-javascript.html
  excanvas: http://code.google.com/p/explorercanvas/
  yui compressor: http://developer.yahoo.com/yui/compressor/
 +jsdoc toolkit: http://code.google.com/p/jsdoc-toolkit/
  
+ jquery: http://code.jquery.com/jquery-1.4.2.js
+ Asserts.js: http://www.google.com/codesearch/p?#3tsINRJRCro/trunk/JsTestDriver/src/com/google/jstestdriver/javascript/Asserts.js
+ JSTestDriver: http://code.google.com/p/js-test-driver/
  dygraphs is available under the MIT license, included in LICENSE.txt.