From b2669828385f74522b07fda96aff9387ba750f72 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 8 Apr 2016 05:47:52 +0300 Subject: [PATCH] some cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/loader.js | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100755 ui (gen4)/loader.js diff --git a/ui (gen4)/loader.js b/ui (gen4)/loader.js deleted file mode 100755 index 9620cc25..00000000 --- a/ui (gen4)/loader.js +++ /dev/null @@ -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 })