Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Removed create_nav_links() method call from ``Zepto\Zepto::_const…
Browse files Browse the repository at this point in the history
…ruct()``
  • Loading branch information
hassankhan committed Feb 12, 2014
1 parent 0e4d2d4 commit 7037279
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/Zepto/Zepto.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ function($c) use ($settings) {
$this->run_hooks('before_config_load', array(&$settings));
$app['settings'] = $settings;

// Create navigation object
$this->create_nav_links();

// Add basic routes to router
$this->setup_router();

Expand Down

0 comments on commit 7037279

Please sign in to comment.