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

Commit

Permalink
Renamed Zepto\Zepto::setup_router()to ``Zepto\Zepto::router_setup…
Browse files Browse the repository at this point in the history
…()``
  • Loading branch information
hassankhan committed Feb 2, 2014
1 parent 918df55 commit fa13f26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions library/Zepto/Zepto.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function() {
$this->create_nav_links();

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

/**
Expand Down Expand Up @@ -239,7 +239,7 @@ protected function load_content()
*
* @return void
*/
protected function setup_router()
protected function router_setup()
{
// Get local references
$container = $this->container;
Expand Down Expand Up @@ -313,7 +313,6 @@ protected function create_nav_links()

protected function generate_nav_html()
{

$container = $this->container;
$settings = $container['settings'];
$file_loader = $container['file_loader'];
Expand Down

0 comments on commit fa13f26

Please sign in to comment.