diff options
| author | Mark Otto <[email protected]> | 2011-09-11 21:13:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 21:13:09 -0700 |
| commit | 0afba3867d8d52178faa43434b94e2e9a1b1c5bd (patch) | |
| tree | 88e0c620a7e50d3b715cb2506650cfd36ae0d4fa /docs/assets | |
| parent | b77e3e2f304bfe0cf99a72a627095c5aa8046978 (diff) | |
| parent | f8aaec5260a0a3bfe11c8f54b79ed0924a6c278b (diff) | |
| download | bootstrap-0afba3867d8d52178faa43434b94e2e9a1b1c5bd.tar.xz bootstrap-0afba3867d8d52178faa43434b94e2e9a1b1c5bd.zip | |
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/js/application.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 57d20b3f8..614b0e345 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -51,7 +51,7 @@ $(document).ready(function(){ , trigger: 'manual' , offset: 2 }) - .trigger('twipsy:show') + .twipsy('show') }) }) }); |
