remove useless scope setting

getHelperHandler already provides a function bound to the
correct scope
This commit is contained in:
Doug Bell 2011-04-20 18:34:03 -05:00
parent f0cd4ebbd5
commit 9939e91eda

View file

@ -978,8 +978,7 @@ WebGUI.Admin.prototype.getHelperMenuItems
var helper = helpers[i];
var item = {
onclick : {
fn : this.getHelperHandler( assetId, i, helper ),
scope : this
fn : this.getHelperHandler( assetId, i, helper )
},
text : helper["label"],
icon : helper["icon"]