Skip to content

Commit

Permalink
add reference to Tether include in build
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Tyler authored and Remon Oldenbeuving committed Mar 14, 2015
1 parent 0b9552b commit 58b0fa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion example/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<html>
<head>
<script src="https://cdn.jsdelivr.net/tether/0.6.5/tether.min.js"></script>
<link rel="stylesheet" type="text/css" href="../dist/react-datepicker.min.css">
</head>

Expand Down
1 change: 1 addition & 0 deletions src/popover.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var React = require('react/addons');
var Tether = require('../node_modules/tether/tether.js');

var Popover = React.createClass({
displayName: 'Popover',
Expand Down

0 comments on commit 58b0fa9

Please sign in to comment.