Default implementation of ChainableStatement.
600601602603604605606607
* Scope to use * @return the jQuery code */ public static ChainableStatement unbind(EventLabel eventLabel, JsScope jsScope) { return new DefaultChainableStatement("unbind", JsUtils.quotes(eventLabel.getEventLabel()), jsScope.render()); }