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();
|
return res.json();
|
||||||
}
|
}
|
||||||
web.init = function () {
|
web.init = function () {
|
||||||
//window.frame = web.frame;
|
window.frame = web.frame;
|
||||||
//window.getState = web.getState;
|
window.getState = web.getState;
|
||||||
//window.setDir = web.setDir;
|
window.setDir = web.setDir;
|
||||||
//window.setExposure = web.setExposure;
|
window.setExposure = web.setExposure;
|
||||||
//window.setCounter = web.setCounter;
|
window.setCounter = web.setCounter;
|
||||||
console.log('started web')
|
console.log('started web')
|
||||||
};
|
};
|
Loading…
Reference in New Issue