4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
UI.registerHelper('inc', function(value) {
|
|
return parseInt(value) + 1;
|
|
});
|