var screens = require('point_of_sale.screens'); screens.PaymentScreenWidget.include({ renderElement: function() { var self = this; this._super(); this.$('.js_clear_orderline').click(function(){ }); }, });