mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
killed a legacy pice of code in browse.js...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
19809ac771
commit
49e7e2a27b
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
//var DEBUG = DEBUG != null ? DEBUG : true
|
//var DEBUG = DEBUG != null ? DEBUG : true
|
||||||
|
|
||||||
|
/* XXX get rid of this ASAP...
|
||||||
if(typeof(module) !== 'undefined' && module.exports){
|
if(typeof(module) !== 'undefined' && module.exports){
|
||||||
var NW = true
|
var NW = true
|
||||||
var gui = require('nw.gui')
|
var gui = require('nw.gui')
|
||||||
@ -13,6 +14,7 @@ if(typeof(module) !== 'undefined' && module.exports){
|
|||||||
} else {
|
} else {
|
||||||
var NW = false
|
var NW = false
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
define(function(require){ var module = {}
|
define(function(require){ var module = {}
|
||||||
@ -634,6 +636,7 @@ var BrowserPrototype = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
// Copy/Paste actions...
|
// Copy/Paste actions...
|
||||||
//
|
//
|
||||||
// XXX use 'Text' for IE...
|
// XXX use 'Text' for IE...
|
||||||
@ -670,6 +673,7 @@ var BrowserPrototype = {
|
|||||||
|
|
||||||
return this
|
return this
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
|
|
||||||
// update (load) path...
|
// update (load) path...
|
||||||
// - build the path
|
// - build the path
|
||||||
|
|||||||
@ -33,7 +33,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"less": "*",
|
"less": "*",
|
||||||
"nw-builder": "^2.2.0",
|
|
||||||
"webdriverio": "^4.0.4"
|
"webdriverio": "^4.0.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user