ImageGrid/ui (gen4)/loader.js
Alex A. Naanou d708c45e30 some testing an bugfixing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2014-07-22 19:58:03 +04:00

34 lines
670 B
JavaScript
Executable File

/**********************************************************************
*
*
*
**********************************************************************/
define(function(require){ var module = {}
console.log('>>> loader')
var data = require('data')
/*********************************************************************/
module.loadDir = function(url){
}
// Load data from url...
//
// Supported protocols:
// - http:
// - file:
//
module.loadURL = function(url){
}
/**********************************************************************
* vim:set ts=4 sw=4 : */
return module })