X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Fchart-labels.js;h=da231d806f23886364454061b729f0434c2fe383;hb=e3a1d6944b1474e507e99a5f497d506ae3de2120;hp=2aaae269ac86199a6988967ab2e0de3ef9944221;hpb=077e41ff2b66f27bf3526aec5d2e1cdb0b217429;p=dygraphs.git diff --git a/plugins/chart-labels.js b/plugins/chart-labels.js index 2aaae26..da231d8 100644 --- a/plugins/chart-labels.js +++ b/plugins/chart-labels.js @@ -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";