UNPKG

marko-widgets

Version:

Module to support binding of behavior to rendered UI components rendered on the server or client

3 lines 129 B
module.exports = function(handlerMethodName, widgetId) { return handlerMethodName && (handlerMethodName + '|' + widgetId); };