added file.js...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-11-12 05:48:26 +03:00
parent 7076cd035a
commit aab609e66b

32
ui (gen4)/file.js Executable file
View File

@ -0,0 +1,32 @@
/**********************************************************************
*
*
*
**********************************************************************/
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 })