unify / unify

Unify Project
http://www.unifyjs.com
Other
152 stars 16 forks source link

Fix/navigationinit #93

Closed dominikg closed 12 years ago

dominikg commented 12 years ago

fixes a bug in the latest navigation code. If no navigation-path was set in localstorage, path was null and caused an error. In case no path is found in storage, an empty path is used now (which results in the application starting with the default path).

fastner commented 12 years ago

This one is fixed in fromString of path. Now a value of null or undefined etc. is allowed without crashing. This pull request is not needed anymore. But thanks for your work.