Skip to content

Commit

Permalink
Add missing semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Feb 22, 2015
1 parent f6441dc commit 11dea64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap-tabcollapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
view._resizeTimeout = setTimeout(function(){
view.checkState();
}, 100);
})
});
};


Expand Down Expand Up @@ -121,7 +121,7 @@
var options = $.extend({}, TabCollapse.DEFAULTS, $this.data(), typeof option == 'object' && option);

if (!data) $this.data('bs.tabcollapse', new TabCollapse(this, options));
})
});
};

$.fn.tabCollapse.Constructor = TabCollapse;
Expand Down

0 comments on commit 11dea64

Please sign in to comment.