Revision 8b959cacbc26666c13fd0e893a3f563ac4f9d09e authored by Godric on 04 December 2012, 00:21:07 UTC, committed by Godric on 04 December 2012, 00:21:07 UTC
Fix for Bootstrap issue #6013 "scrollSpy - offset calculation"
https://github.com/twitter/bootstrap/issues/6013
1 parent 3b3dd3a
Raw File
component.json
{
  "name": "bootstrap",
  "version": "2.2.1",
  "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
  "dependencies": {
    "jquery": "~1.8.0"
  }
}
back to top