Accidentally broke web while testing, add back.
This commit is contained in:
parent
9c5d429051
commit
37326534ed
|
@ -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')
|
||||
};
|
Loading…
Reference in New Issue