Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
update ROADMAP
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Eastridge committed Aug 15, 2012
1 parent 361a155 commit 2d9ed20
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## 2.1

### create method and singletons

Examine wether a `create` method should be standard across all classes to use as an alternative for the `new` keyword, so that this syntax works:

Application.view('my-view').create();

Presently this results in incorrect behavior (language flaw):

new Application.view('my-view');

Should also encapsulate various singleton behaviors in Phoenix into `instance` or other relevant methods.

### mobile plugin

Create a mobile plugin which includes the fastclick and tap-highlight implementations in Phoenix in addition to the default behaviors present in Phoenix & Thorax 1.2 such as:
Expand Down

0 comments on commit 2d9ed20

Please sign in to comment.