Alex A. Naanou aab609e66b added file.js...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2014-11-12 05:48:26 +03:00

33 lines
694 B
JavaScript
Executable File

/**********************************************************************
*
*
*
**********************************************************************/
define(function(require){ var module = {}
console.log('>>> file')
//var DEBUG = DEBUG != null ? DEBUG : true
/*********************************************************************/
function listDir(path){
}
function openFile(path){
}
function loadJSONFile(path){
}
/*********************************************************************/
/**********************************************************************
* vim:set ts=4 sw=4 : */
return module })