2.0.0 release fixes (#815)
[dygraphs.git] / gwt / org / danvk / Dygraphs.java
index f581577..b603a72 100644 (file)
@@ -15,7 +15,7 @@ public class Dygraphs {
 
   // Protected because the GWT compiler has to generate a subclass.
   protected interface Resources extends ClientBundle {
-    @Source("org/danvk/dygraph-combined.js")
+    @Source("org/danvk/dygraph.min.js")
     TextResource dygraphs();
   }