Skip to content

Commit 67bf9f0

Browse files
committed
spacing
1 parent 2497e4c commit 67bf9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascripts/tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
var margin = getDefault('margin', options, el, 20);
204204
var slide = getDefault('slide', options, el, 10);
205205
var direction = getDefault('direction', options, el, 'top');
206-
var t = el.attr('title');
206+
var t = el.attr('title');
207207
if(t) {
208208
title = t;
209209
}

0 commit comments

Comments
 (0)