whitespace corrections in core

This commit is contained in:
John Bender 2011-01-27 22:53:17 -08:00
parent 3197f7e61a
commit 1afb3a08f0

View file

@ -29,14 +29,14 @@
//automatically handle clicks and form submissions through Ajax, when same-domain
ajaxEnabled: true,
// TODO: deprecated - remove at 1.0
//automatically handle link clicks through Ajax, when possible
ajaxLinksEnabled: true,
// TODO: deprecated - remove at 1.0
//automatically handle form submissions through Ajax, when possible
ajaxFormsEnabled: true,
// TODO: deprecated - remove at 1.0
//automatically handle link clicks through Ajax, when possible
ajaxLinksEnabled: true,
// TODO: deprecated - remove at 1.0
//automatically handle form submissions through Ajax, when possible
ajaxFormsEnabled: true,
//set default transition - 'none' for no transitions
defaultTransition: 'slide',