Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25fccc8

Browse files
committed
formatting
1 parent 494a044 commit 25fccc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/validator/validator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
el = $(el).first() || el;
102102

103103
// get origin top/left position
104-
var top = trigger.offset().top,
105-
left = trigger.offset().left,
104+
var top = trigger.offset().top,
105+
left = trigger.offset().left,
106106
pos = conf.position.split(/,?\s+/),
107107
y = pos[0],
108108
x = pos[1];

0 commit comments

Comments
 (0)