Skip to content

Instantly share code, notes, and snippets.

@ORESoftware
Created September 7, 2015 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ORESoftware/e5eb74e102cdc9effb83 to your computer and use it in GitHub Desktop.
Save ORESoftware/e5eb74e102cdc9effb83 to your computer and use it in GitHub Desktop.
allViews
//app/js/meta/allViews.js
define([
"app/js/jsx/BaseView",
"app/js/jsx/reactComponents/FluxCart",
"app/js/jsx/reactComponents/FluxCartApp",
"app/js/jsx/reactComponents/FluxProduct",
"app/js/jsx/reactComponents/Item",
"app/js/jsx/reactComponents/Job",
"app/js/jsx/reactComponents/JobsList",
"app/js/jsx/reactComponents/listView",
"app/js/jsx/reactComponents/MenuExample",
"app/js/jsx/reactComponents/Picture",
"app/js/jsx/reactComponents/PictureList",
"app/js/jsx/reactComponents/RealTimeSearchView",
"app/js/jsx/reactComponents/Service",
"app/js/jsx/reactComponents/ServiceChooser",
"app/js/jsx/reactComponents/TimerExample",
"app/js/jsx/reactComponents/todoList",
"app/js/jsx/relViews/getAll/getAll",
"app/js/jsx/relViews/jobs/jobsView",
"app/js/jsx/standardViews/dashboardView",
"app/js/jsx/standardViews/footerView",
"app/js/jsx/standardViews/headerView",
"app/js/jsx/standardViews/homeView",
"app/js/jsx/standardViews/IndexView",
"app/js/jsx/standardViews/loginView",
"app/js/jsx/standardViews/overviewView",
"app/js/jsx/standardViews/pictureView",
"app/js/jsx/standardViews/portalView",
"app/js/jsx/standardViews/registeredUsersView",
"app/js/jsx/standardViews/userProfileView"
],
function(){
return {
"BaseView": arguments[0],
"reactComponents/FluxCart": arguments[1],
"reactComponents/FluxCartApp": arguments[2],
"reactComponents/FluxProduct": arguments[3],
"reactComponents/Item": arguments[4],
"reactComponents/Job": arguments[5],
"reactComponents/JobsList": arguments[6],
"reactComponents/listView": arguments[7],
"reactComponents/MenuExample": arguments[8],
"reactComponents/Picture": arguments[9],
"reactComponents/PictureList": arguments[10],
"reactComponents/RealTimeSearchView": arguments[11],
"reactComponents/Service": arguments[12],
"reactComponents/ServiceChooser": arguments[13],
"reactComponents/TimerExample": arguments[14],
"reactComponents/todoList": arguments[15],
"relViews/getAll/getAll": arguments[16],
"relViews/jobs/jobsView": arguments[17],
"standardViews/dashboardView": arguments[18],
"standardViews/footerView": arguments[19],
"standardViews/headerView": arguments[20],
"standardViews/homeView": arguments[21],
"standardViews/IndexView": arguments[22],
"standardViews/loginView": arguments[23],
"standardViews/overviewView": arguments[24],
"standardViews/pictureView": arguments[25],
"standardViews/portalView": arguments[26],
"standardViews/registeredUsersView": arguments[27],
"standardViews/userProfileView": arguments[28]
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment