t4t5/sweetalert

Extra Line ???

Open

#691 opened on May 3, 2017

 (4 comments) (2 reactions) (0 assignees)TypeScript (2,946 forks)batch import
help wanted

Repository metrics

Stars
 (22,338 stars)
PR merge metrics
 (PR metrics pending)

Description

swal({ title: "Ajax request example", text: "Submit to run ajax request", type: "info", showCancelButton: true, closeOnConfirm: false, showLoaderOnConfirm: true, }, function(){ swal("Ajax request finished!"); }); When I write code like this. These has two extra lines. See this image image

I think Second Alert' size is less than FirstAlert's.

Please fix this issues

Contributor guide