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

Commit

Permalink
Renamed method Zepto::Zepto->load_files() to ``Zepto::Zepto->load…
Browse files Browse the repository at this point in the history
…_content()``
  • Loading branch information
hassankhan committed Dec 8, 2013
1 parent 8c7140f commit 3360209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Zepto/Zepto.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function ($container) {
$this->load_plugins();

// Load content from files
$this->load_files();
$this->load_content();

// Create navigation object
$this->create_nav_links();
Expand Down Expand Up @@ -188,7 +188,7 @@ protected function load_plugins()
*
* @return
*/
protected function load_files()
protected function load_content()
{
// Get local reference to file loader
$container = $this->container;
Expand Down

0 comments on commit 3360209

Please sign in to comment.