UNPKG

spoonjs

Version:
12 lines (9 loc) 315 B
define(function () { 'use strict'; // Declaration of states and their routes // This is actually not necessary if you don't have routes associated to states // But it is a good practice to do so, because it gives an overview of all the application states return { home: '/' }; });