"use strict"; var XmlRpc = (function () { function XmlRpc(helper) { this.helper = helper; console.log(helper); } return XmlRpc; }());