mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
some cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
dc1185121f
commit
b266982838
@ -1,33 +0,0 @@
|
||||
/**********************************************************************
|
||||
*
|
||||
*
|
||||
*
|
||||
**********************************************************************/
|
||||
|
||||
define(function(require){ var module = {}
|
||||
console.log('>>> loader')
|
||||
|
||||
var data = require('data')
|
||||
|
||||
|
||||
|
||||
/*********************************************************************/
|
||||
|
||||
module.loadDir = function(url){
|
||||
}
|
||||
|
||||
|
||||
// Load data from url...
|
||||
//
|
||||
// Supported protocols:
|
||||
// - http:
|
||||
// - file:
|
||||
//
|
||||
module.loadURL = function(url){
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
* vim:set ts=4 sw=4 : */
|
||||
return module })
|
||||
Loading…
x
Reference in New Issue
Block a user