From aa69286c306ab4d0e5fe748953cded81f8260cc1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 13 Dec 2011 10:05:19 -0800 Subject: [PATCH] rename transitions js file, fix link in js docs --- docs/javascript.html | 2 +- js/{bootstrap-transition.js => bootstrap-transitions.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename js/{bootstrap-transition.js => bootstrap-transitions.js} (100%) diff --git a/docs/javascript.html b/docs/javascript.html index 4e40041320..6c0e12c192 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -39,7 +39,7 @@ - + diff --git a/js/bootstrap-transition.js b/js/bootstrap-transitions.js similarity index 100% rename from js/bootstrap-transition.js rename to js/bootstrap-transitions.js