mirror of
https://github.com/flynx/ImageGrid.git
synced 2026-01-01 16:01:08 +00:00
added file.js...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7076cd035a
commit
aab609e66b
32
ui (gen4)/file.js
Executable file
32
ui (gen4)/file.js
Executable 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 })
|
||||||
Loading…
x
Reference in New Issue
Block a user