Skip to content

Commit a4f9dda

Browse files
committed
A semi for the semi gods
1 parent 8f00626 commit a4f9dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/angular/service/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function($rootScope, $ionicBody, $compile, $timeout, $ionicPlatform, $ionicTempl
191191
if(!isInScroll) {
192192
e.preventDefault();
193193
}
194-
})
194+
});
195195
//After animating in, allow hide on backdrop click
196196
self.$el.on('click', function(e) {
197197
if (self.backdropClickToClose && e.target === self.el && stack.isHighest(self)) {

0 commit comments

Comments
 (0)