Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2011-10-20 08:56:06 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-10-20 08:56:06 +0400
commit8545fe97877dc275df40ab98d408f21ce9a362cf (patch)
tree1748be70e5c1c3b96cb2d836a909350fd7855772 /docs/assets/js/application.js
parentc9669be1ec2862b88ffdb296191e82fed79f56a4 (diff)
greatly simply js plugins - remove js api where reasonable
Diffstat (limited to 'docs/assets/js/application.js')
-rw-r--r--docs/assets/js/application.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js
index 16a20e068e..74024caa1d 100644
--- a/docs/assets/js/application.js
+++ b/docs/assets/js/application.js
@@ -1,4 +1,4 @@
-$(document).ready(function(){
+$(function(){
// table sort example
// ==================