killed a legacy pice of code in browse.js...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-05-01 23:29:40 +03:00
parent 19809ac771
commit 49e7e2a27b
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -33,7 +33,6 @@
},
"devDependencies": {
"less": "*",
"nw-builder": "^2.2.0",
"webdriverio": "^4.0.4"
},
"scripts": {