Accidentally broke web while testing, add back.

This commit is contained in:
mmcwilliams 2017-11-23 08:59:49 -05:00
parent 9c5d429051
commit 37326534ed
1 changed files with 5 additions and 5 deletions

View File

@ -162,10 +162,10 @@ web.useJson = function (res) {
return res.json();
}
web.init = function () {
//window.frame = web.frame;
//window.getState = web.getState;
//window.setDir = web.setDir;
//window.setExposure = web.setExposure;
//window.setCounter = web.setCounter;
window.frame = web.frame;
window.getState = web.getState;
window.setDir = web.setDir;
window.setExposure = web.setExposure;
window.setCounter = web.setCounter;
console.log('started web')
};