Skip to content

Commit

Permalink
Added link to the Haxe port by @lbineau. Many thanks!
Browse files Browse the repository at this point in the history
  • Loading branch information
epologee committed May 4, 2012
1 parent 341bbb6 commit 54f2a35
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.markdown
Expand Up @@ -14,6 +14,10 @@ This library was created to take away your pains when it comes to navigating you

[Check out the Wiki pages](https://github.com/epologee/navigator-as3/wiki) if you want to read some more or if you want to see some examples.

# Forks & Ports

* [@lbineau](http://twitter.com/lbineau) has ported the library to Haxe: https://github.com/lbineau/HaxeNavigator

# Feedback

I'd love to hear your opinion on this library and the scenarios you're using it in. Drop me a line or file an issue here on GitHub if you need more information. Enjoy the Navigator!
2 changes: 1 addition & 1 deletion source/com/epologee/navigator/INavigator.as
Expand Up @@ -57,7 +57,7 @@ package com.epologee.navigator {
// DEPRECATED METHODS:
//
// use request() instead:
// function requestNewState(stateOrPath : *) : void;
// function requestPath : *) : void;
//
// use .currentState accessor instead:
// function getCurrentState() : NavigationState;
Expand Down
8 changes: 5 additions & 3 deletions test/NavigatorTest.mxml
Expand Up @@ -6,15 +6,17 @@
horizontalScrollPolicy="off" verticalScrollPolicy="off">
<mx:Script>
<![CDATA[
import com.epologee.development.logging.logger;
import com.epologee.navigator.integration.logmeister.LogMeisterLogger;
import logmeister.LogMeister;
import logmeister.connectors.TrazzleConnector;
import suites.navigator.NavigatorTestSuite;
import com.epologee.development.logging.logger;
import com.epologee.navigator.integration.logmeister.LogMeisterLogger;
import org.flexunit.internals.TraceListener;
import org.flexunit.listeners.LogMeisterListener;
import org.flexunit.listeners.UIListener;
import org.flexunit.runner.FlexUnitCore;
import suites.navigator.NavigatorTestSuite;
Expand Down

0 comments on commit 54f2a35

Please sign in to comment.