##// END OF EJS Templates
fix leading underscore...
Bussonnier Matthias -
Show More
@@ -463,9 +463,9 define(['require'
463 463 var _data = data;
464 464 data = {};
465 465 data.handler = _data.handler;
466 data.help = data.help || '';
467 data.icon = data.icon || '';
468 data.help_index = data.help_index || '';
466 data.help = _data.help || '';
467 data.icon = _data.icon || '';
468 data.help_index = _data.help_index || '';
469 469 return data;
470 470 };
471 471
General Comments 0
You need to be logged in to leave comments. Login now