4748495051525354555657
if (options.getResources() == null) { impl = new TooltipImpl(e, options); } else { impl = new TooltipImpl(e, options, options.getResources()); } $e.data(TOOLTIP_DATA_KEY, impl); } } return this; }