Skip to content

Commit

Permalink
Update examples and remove some pointless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
skeate committed Feb 25, 2017
1 parent fe0d65b commit 9238f28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 3 additions & 4 deletions examples/earthquakes.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<html>
<head>
<title>Leaflet.timeline</title>
<script src="../node_modules/leaflet/dist/leaflet-src.js"></script>
<script src="../dist/leaflet.timeline.min.js"></script>
<script src="leaflet-src.js"></script>
<script src="leaflet.timeline.min.js"></script>

<link href="../node_modules/leaflet/dist/leaflet.css" rel="stylesheet">
<link href="../dist/leaflet.timeline.min.css" rel="stylesheet">
<link href="leaflet.css" rel="stylesheet">

<style>
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
Expand Down
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ L.TimelineVersion = '1.0.0-beta';

require('./Timeline.js');
require('./TimelineSliderControl.js');

// webpack requires
require('./leaflet.timeline.sass');
2 changes: 1 addition & 1 deletion test/TimeSliderControl_test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* global L, chai, should, sinon */
/* global L, sinon */
/* eslint-disable no-unused-expressions */

import '../src/TimelineSliderControl';
Expand Down

0 comments on commit 9238f28

Please sign in to comment.