Skip to content

Commit

Permalink
Also added margin to calculation error window
Browse files Browse the repository at this point in the history
  • Loading branch information
hsnaydd committed Jun 30, 2014
1 parent 4f2e3b3 commit 355a2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validetta.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
var pos, W;
// !! Here, JQuery functions are using to support the IE8
pos = $( el ).position();
W = $( el ).outerWidth();
W = $( el ).outerWidth(true);
$( errorObject ).empty().css({
'left' : pos.left + W + 15 +'px',
'top' : pos.top +'px'
Expand Down

0 comments on commit 355a2c9

Please sign in to comment.