ImageGrid/ui (gen4)/viewer.js
2014-10-08 04:52:41 +04:00

34 lines
743 B
JavaScript
Executable File

/**********************************************************************
*
*
*
**********************************************************************/
define(function(require){ var module = {}
console.log('>>> viewer')
//var DEBUG = DEBUG != null ? DEBUG : true
/*********************************************************************/
//
// XXX Tasks to accomplish here:
// - life-cycle actions/events
// - setup
// - reset
// - "features" and the mechanism to turn them on or off (action-sets)
//
//
var Client = {
}
var Viewer = {
}
/**********************************************************************
* vim:set ts=4 sw=4 : */
return module })