You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2018/10/24 16:21:48 UTC

[4/6] qpid-dispatch git commit: DISPATCH-1151 Revert to gulp version 3.x for console build

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/5b02bea3/console/stand-alone/package.json
----------------------------------------------------------------------
diff --git a/console/stand-alone/package.json b/console/stand-alone/package.json
index 65212f0..94f1dca 100644
--- a/console/stand-alone/package.json
+++ b/console/stand-alone/package.json
@@ -58,7 +58,7 @@
     "del": "^3.0.0",
     "fs": "0.0.1-security",
     "glob": "^7.1.2",
-    "gulp": "github:gulpjs/gulp#4.0",
+    "gulp": "^3.9.1",
     "gulp-babel": "^7.0.1",
     "gulp-clean-css": "^3.9.4",
     "gulp-concat": "^2.6.1",
@@ -76,6 +76,7 @@
     "gulp-uglifyes": "^0.1.3",
     "mocha": "^5.2.0",
     "rollup-stream": "^1.24.1",
+    "run-sequence": "^2.2.1",
     "through2": "^2.0.3",
     "tslint": "^5.10.0",
     "typescript": "^2.9.1",

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/5b02bea3/console/stand-alone/plugin/js/amqp/topology.js
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/js/amqp/topology.js b/console/stand-alone/plugin/js/amqp/topology.js
index ec45e3b..e208a6f 100644
--- a/console/stand-alone/plugin/js/amqp/topology.js
+++ b/console/stand-alone/plugin/js/amqp/topology.js
@@ -212,7 +212,6 @@ class Topology {
   }
   // ensure these nodes have all these entities. don't fetch unless forced to
   ensureEntities(nodes, entityAttribs, callback, extra) {
-    let self = this;
     if (Object.prototype.toString.call(entityAttribs) !== '[object Array]') {
       entityAttribs = [entityAttribs];
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org