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

Commit

Permalink
Removed parameters from Zepto\Route
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Jan 29, 2014
1 parent aebd11f commit 59d9f33
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions library/Zepto/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ class Route
*/
protected $callback = null;

/**
* An array containing the parameters to pass to the callback function, as
* parsed from $pattern
*
* @var array
*/
protected $params = array();

/**
* Initializes the route by creating a regex pattern from the provided URL,
* and assigns the callable function for this route
Expand Down

0 comments on commit 59d9f33

Please sign in to comment.