Browse Source

Fixes typo in commented modal

pull/183/head
jlukic 11 years ago
parent
commit
2a1b8d0b22
1 changed files with 1 additions and 1 deletions
  1. 2
      spec/modal.commented.js

2
spec/modal.commented.js

@ -123,7 +123,7 @@ $.fn.modal = function(parameters) {
;
},
// ### Refresh
// ### Destroy
// Remove all module data from metadata and remove all events
destroy: function() {
module.verbose('Destroying previous modal');

Loading…
Cancel
Save