Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 5 additions and 5 deletions
Showing only changes of commit 37326534ed - Show all commits

View File

@ -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')
}; };