Removed superfluous function wrappers on the yui event subscriptions.
This commit is contained in:
parent
70c5997872
commit
676b124697
1 changed files with 2 additions and 2 deletions
|
|
@ -149,8 +149,8 @@ Survey.ObjectTemplate = (function(){
|
|||
|
||||
dialog.callback = Survey.Comm.callback;
|
||||
|
||||
dialog.hideEvent.subscribe(function(){Survey.ObjectTemplate.hideEditor();});
|
||||
dialog.dragEvent.subscribe(function(){Survey.ObjectTemplate.showEditor();});
|
||||
dialog.hideEvent.subscribe(Survey.ObjectTemplate.hideEditor);
|
||||
dialog.dragEvent.subscribe(Survey.ObjectTemplate.showEditor);
|
||||
|
||||
dialog.render();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue