2014-07-20 03:02:18 +04:00
|
|
|
/**********************************************************************
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
**********************************************************************/
|
|
|
|
|
|
2014-07-29 19:09:05 +04:00
|
|
|
define(function(require){ var module = {}
|
|
|
|
|
console.log('>>> viewer')
|
|
|
|
|
|
2014-07-20 03:02:18 +04:00
|
|
|
//var DEBUG = DEBUG != null ? DEBUG : true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*********************************************************************/
|
2014-10-08 04:52:41 +04:00
|
|
|
//
|
|
|
|
|
// 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 = {
|
|
|
|
|
}
|
2014-07-20 03:02:18 +04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**********************************************************************
|
|
|
|
|
* vim:set ts=4 sw=4 : */
|
2014-07-29 19:09:05 +04:00
|
|
|
return module })
|