src/joosy/core/application.coffee in joosy-1.2.0.alpha.38 vs src/joosy/core/application.coffee in joosy-1.2.0.alpha.41

- old
+ new

@@ -29,24 +29,18 @@ # initialize: (@name, @selector, options={}) -> @mergeConfig(window.JoosyEnvironment) if window.JoosyEnvironment? @mergeConfig(options) - @templater = new Joosy.Templaters.RailsJST @name + @templater = new Joosy.Templaters.JST @name Joosy.Router.__setupRoutes() # # Gets current application root node # content: -> $(@selector) - - # - # Gets current application sandbox node - # - sandbox: -> - $(@sandboxSelector) # # Switches to given page # # @param [Joosy.Page] page The class (not object) of page to load \ No newline at end of file