Skip to content

Commit

Permalink
Referencing bower dependency ifvisible instead of local copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Zissman committed Jul 2, 2015
1 parent 11d8f53 commit 61e10c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title>Page Visibility Test</title>
<script src="ifvisible.js"></script>
<script src="bower_components/ifvisible.js/src/ifvisible.js"></script>
<link rel="stylesheet" type="text/css" href="index.css">
<script src="timeme.js"></script>
<script type="text/javascript">
Expand Down

0 comments on commit 61e10c7

Please sign in to comment.