Skip to content

Commit

Permalink
Remove pointer-hook bower dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Gloege committed Dec 19, 2014
1 parent 67b9b56 commit bf41282
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
7 changes: 2 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@
"bower_components",
"test",
"tests"
],
"devDependencies": {
"jquery.pointer-hook": "0.9.0"
}
}
]
}
2 changes: 1 addition & 1 deletion examples/capture.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- jQuery -->
<meta name="viewport" content="width=device-width" />
<script src="//code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="assets/vendor/jquery.pointer-hook/jquery.pointerHooks.js"></script>
<script src="../src/jquery.pointerHooks/jquery.pointerHooks.js"></script>
<script src="../build/pointer.js"></script>
<script src="assets/scripts/capture.js"></script>
<link rel="stylesheet" href="assets/styles/capture.css"/>
Expand Down
1 change: 0 additions & 1 deletion examples/capture.jquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width" />

<script src="//code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="assets/vendor/jquery.pointer-hook/jquery.pointerHooks.js"></script>
<script src="../build/jquery.pointer.js"></script>
<script src="assets/scripts/capture.js"></script>

Expand Down
1 change: 0 additions & 1 deletion examples/console.jquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<!-- jQuery -->
<meta name="viewport" content="width=device-width" />
<script src="//code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="assets/vendor/jquery.pointer-hook/jquery.pointerHooks.js"></script>
<script src="../build/jquery.pointer.js"></script>
<script src="assets/scripts/global.js"></script>
<link rel="stylesheet" href="assets/styles/style.css"/>
Expand Down
2 changes: 1 addition & 1 deletion examples/console.native.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- jQuery -->
<meta name="viewport" content="width=device-width" />
<script src="//code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="assets/vendor/jquery.pointer-hook/jquery.pointerHooks.js"></script>
<script src="../src/jquery.pointerHooks/jquery.pointerHooks.js"></script>
<script src="../build/pointer.js"></script>
<script src="assets/scripts/global.js"></script>
<link rel="stylesheet" href="assets/styles/style.css"/>
Expand Down

0 comments on commit bf41282

Please sign in to comment.