nearly all lint errors gone; closure compiler still happy
[dygraphs.git] / plugins / chart-labels.js
index 2aaae26..da231d8 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright 2012 Dan Vanderkam (danvdk@gmail.com)
  * MIT-licensed (http://opensource.org/licenses/MIT)
  */
+/*global Dygraph:false */
+
 Dygraph.Plugins.ChartLabels = (function() {
 
 "use strict";