intval3/app/www/static/js/intval.mobile.js

17 lines
383 B
JavaScript

'use strict';
var mobile = {};
mobile.init = function () {
frame = web.frame;
getState = web.getState;
setDir = web.setDir;
setExposure = web.setExposure;
setCounter = web.setCounter;
mobile.getState();
};
mobile.frame = function () {};
mobile.getState = function () {};
mobile.setDir = function () {};
mobile.setExposure = function () {};
mobile.setCounter = function () {};