AMT manager improvements.

This commit is contained in:
Ylian Saint-Hilaire
2020-10-07 23:13:45 -07:00
parent a435d57be5
commit bd61bfe2d0
3 changed files with 30 additions and 27 deletions

View File

@@ -30,7 +30,6 @@ function WsmanStackCreateService(comm)
obj.Address = '/wsman';
obj.xmlParser = require('./amt-xml.js');
obj.comm = comm;
obj.comm.parent = obj;
obj.PerformAjax = function PerformAjax(postdata, callback, tag, pri, namespaces) {
if (namespaces == null) namespaces = '';