In the demo, the URL for a particular location is as follows:
http://www.bennolan.com/science/backbone-mobile/#{id}
where {id} is the location identifier. If you manually type an incorrect {id} in the URL, an exception is thrown (this.model is undefined), instead of failing gracefully.
In the demo, the URL for a particular location is as follows:
http://www.bennolan.com/science/backbone-mobile/#{id}
where {id} is the location identifier. If you manually type an incorrect {id} in the URL, an exception is thrown (this.model is undefined), instead of failing gracefully.