Skip to content

Commit e189e63

Browse files
committed
Merge branch 'master' of github.com:HubSpot/tether
Conflicts: tether.min.js
2 parents 54dc280 + 9ac1001 commit e189e63

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"shift.js",
1111
"shift.min.js"
1212
],
13-
"version": "0.1.2",
13+
"version": "0.1.3",
1414
"homepage": "https://github.hubspot.com/tether",
1515
"authors": [
1616
"Zack Bloom <zbloom@hubspot.com>",

examples/tooltip/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<script src="../resources/js/log.js"></script>
7171
<script src="../resources/js/jquery.js"></script>
7272
<script src="../../tether.js"></script>
73-
<script src="../../drop.js"></script>
73+
<script src="/drop/drop.min.js"></script>
7474
<script src="../../tooltip.js"></script>
7575
<script src="../../constraint.js"></script>
7676
<script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tether",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"authors": [
66
"Zack Bloom <zbloom@hubspot.com>",

shift.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Tether.modules.push
2020
shiftLeft = parseFloat shiftLeft, 10
2121
else
2222
[shiftTop, shiftLeft] = [shift.top, shift.left]
23-
23+
2424
top += shiftTop
2525
left += shiftLeft
2626

tether.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)