move main application view over to messageReceiver namespace
The goal here is to allow synchronous property lookup between objects and mvc/backbone semantics. // FREEBIE
This commit is contained in:
parent
ef4b4da2a3
commit
e4a21d1a53
3 changed files with 45 additions and 18 deletions
|
@ -11,7 +11,7 @@
|
|||
<link href="/stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javascript" src="js/chromium.js"></script>
|
||||
</head>
|
||||
<body class='signal index'>
|
||||
<body id="signal-container" class='signal index'>
|
||||
<script type="text/javascript" src="js/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue