diff --git a/ui (gen4)/file.js b/ui (gen4)/file.js new file mode 100755 index 00000000..8a77530d --- /dev/null +++ b/ui (gen4)/file.js @@ -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 })