diff options
| author | Jacob Thornton <[email protected]> | 2011-10-19 21:56:06 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-10-19 21:56:06 -0700 |
| commit | 8545fe97877dc275df40ab98d408f21ce9a362cf (patch) | |
| tree | 1748be70e5c1c3b96cb2d836a909350fd7855772 /docs | |
| parent | c9669be1ec2862b88ffdb296191e82fed79f56a4 (diff) | |
| download | bootstrap-8545fe97877dc275df40ab98d408f21ce9a362cf.tar.xz bootstrap-8545fe97877dc275df40ab98d408f21ce9a362cf.zip | |
greatly simply js plugins - remove js api where reasonable
Diffstat (limited to 'docs')
| -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 16a20e068..74024caa1 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -1,4 +1,4 @@ -$(document).ready(function(){ +$(function(){ // table sort example // ================== |
