seyhunak/twitter-bootstrap-rails

View on GitHub
lib/generators/bootstrap/install/templates/bootstrap.js

Summary

Maintainability
A
0 mins
Test Coverage
jQuery(function() {
  $("a[rel~=popover], .has-popover").popover();
  $("a[rel~=tooltip], .has-tooltip").tooltip();
});