PHP Classes

File: libs/Raptor/Component/systemBundle/Resources/app/app.js

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Raptor/Component/systemBundle/Resources/app/app.js   Download  
File: libs/Raptor/Component/systemBundle/Resources/app/app.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 7 years ago
Size: 254 bytes
 

Contents

Class file image Download
/** * Main entrance * */ $(function(){ new Panel.Router(); Panel.model=new Backbone.Model({ extjs:false, content:'' }); Panel.Ui.panelView=new Panel.Ui.BootstrapArea({ model: Panel.model }) Backbone.history.start(); });