Browse Source

cleaning up code.

Taylor Otwell 13 years ago
parent
commit
71531e5fe9
1 changed files with 2 additions and 4 deletions
  1. 2 4
      application/bundles.php

+ 2 - 4
application/bundles.php

@@ -35,8 +35,6 @@
 
 return array(
 
-	// route the official docs
-	'docs' => array(
-		'handles' => 'docs'
-	),
+	'docs' => array('handles' => 'docs'),
+
 );