Merge branch 'i382' of https://github.com/kberg/dygraphs into i382
[dygraphs.git] / gallery / link-interaction.js
index f0bfecf..e1d6faa 100644 (file)
@@ -1,4 +1,3 @@
-// Use this as a template for new Gallery entries.
 Gallery.register(
   'link-interaction',
   {
@@ -87,4 +86,4 @@ Gallery.register(
       document.getElementById('left').onclick = function() { pan(-1); };
       document.getElementById('right').onclick = function() { pan(+1); };
     }
-  });
\ No newline at end of file
+  });