From aab609e66b42ace2e73fa10b44f19df5346ee82e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 12 Nov 2014 05:48:26 +0300 Subject: [PATCH] added file.js... Signed-off-by: Alex A. Naanou --- ui (gen4)/file.js | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 ui (gen4)/file.js 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 })