ImageGrid/ui (gen4)/viewer.js

34 lines
743 B
JavaScript
Raw Normal View History

/**********************************************************************
*
*
*
**********************************************************************/
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 })