dygraph-utils.js: Make Dygraph.error and Dygraph.update public
authorLucas Bergman <slb@google.com>
Thu, 7 Mar 2013 21:28:47 +0000 (15:28 -0600)
committerLucas Bergman <lucas@bergmans.us>
Tue, 2 Apr 2013 15:37:55 +0000 (10:37 -0500)
commite111936104130dd31c598b5109162a3a34ac2bcd
treefa9c240ed8e29d7a156e979f839d0c81c6fec194
parent222d67c9f447643d6d7beefa1db227c48c9ef92c
dygraph-utils.js: Make Dygraph.error and Dygraph.update public

These seem like reasonable utility functions, and they were used outside
of Dygraph (specifically in DygraphOptions). Making these non-private
resolves Closure Compiler warnings inside dygraph-options.js.
dygraph-options.js
dygraph-utils.js