mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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
|
||||
|
||||
/* XXX get rid of this ASAP...
|
||||
if(typeof(module) !== 'undefined' && module.exports){
|
||||
var NW = true
|
||||
var gui = require('nw.gui')
|
||||
@ -13,6 +14,7 @@ if(typeof(module) !== 'undefined' && module.exports){
|
||||
} else {
|
||||
var NW = false
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
define(function(require){ var module = {}
|
||||
@ -634,6 +636,7 @@ var BrowserPrototype = {
|
||||
},
|
||||
|
||||
|
||||
/*
|
||||
// Copy/Paste actions...
|
||||
//
|
||||
// XXX use 'Text' for IE...
|
||||
@ -670,6 +673,7 @@ var BrowserPrototype = {
|
||||
|
||||
return this
|
||||
},
|
||||
*/
|
||||
|
||||
// update (load) path...
|
||||
// - build the path
|
||||
|
||||
@ -33,7 +33,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"less": "*",
|
||||
"nw-builder": "^2.2.0",
|
||||
"webdriverio": "^4.0.4"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user