Bundled output for commit 78e1edd37d [skip ci]

This commit is contained in:
Gandalf-the-Bot 2017-01-23 23:10:34 +00:00
parent 78e1edd37d
commit ef3beb43df
2 changed files with 2 additions and 2 deletions

View file

@ -1143,7 +1143,7 @@ var _20 = function($window, redrawService0) {
m.route = _20(window, redrawService)
m.withAttr = function(attrName, callback1, context) {
return function(e) {
return callback1.call(context || this, attrName in e.currentTarget ? e.currentTarget[attrName] : e.currentTarget.getAttribute(attrName))
callback1.call(context || this, attrName in e.currentTarget ? e.currentTarget[attrName] : e.currentTarget.getAttribute(attrName))
}
}
var _28 = coreRenderer(window)