Browse Source

Whitespace fix

pull/836/head
Samuel Hodge 10 years ago
parent
commit
d1f639b511
1 changed files with 1 additions and 1 deletions
  1. 2
      src/modules/modal.js

2
src/modules/modal.js

@ -251,7 +251,7 @@ $.fn.modal = function(parameters) {
return $otherModals.filter(':visible').size() > 0;
},
showModal: function(callback) {
showModal: function(callback) {
if(module.is.active()) {
module.debug('Modal is already visible');
return;

Loading…
Cancel
Save