X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2Fmkws-widget.js;h=1b5445a78a0c6aed8e5bb203083564d46d74eeac;hp=bb1076748fe33cd841fa4e1336d5c5c2705eebe2;hb=df0de8aa67fe98e4900a88043049857bb1e1d5b0;hpb=76f8c51b73693396840cb91f3f9251df398c84ed diff --git a/src/mkws-widget.js b/src/mkws-widget.js index bb10767..1b5445a 100644 --- a/src/mkws-widget.js +++ b/src/mkws-widget.js @@ -14,6 +14,12 @@ mkws.makeWidget = function($, team, type, node) { }; that.log = team.log; + that.trace = team.trace; + that.debug = team.debug; + that.info = team.info; + that.warn = team.warn; + that.error = team.error; + that.fatal = team.fatal; that.toString = function() { return '[Widget ' + team.name() + ':' + type + ']';