You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have resizeTo('70%','70%') and when I call it the second time it doesn't remember to resize it just remove the width and height
I'm navigating between routes through javascript with hash tags using Backbone.js
Actual behavior
when call the function a second time it doesn't reproduce the previous behavior it just loads a dialog without the width and height
Whats happening is that it resizes to the 70%, 70% but then it removes the width and hieght and goes to a small dialog
Expected behavior
I have resizeTo('70%','70%') and when I call it the second time it doesn't remember to resize it just remove the width and height
I'm navigating between routes through javascript with hash tags using Backbone.js
Actual behavior
when call the function a second time it doesn't reproduce the previous behavior it just loads a dialog without the width and height
Whats happening is that it resizes to the 70%, 70% but then it removes the width and hieght and goes to a small dialog
Steps to reproduce the behavior
alertifyApplicationError: function(message) {
Version of Alertify in use
v1.8.0
The text was updated successfully, but these errors were encountered: