From 430772dbbc112804b7d866f869e92378a3412ff2 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 19 May 2015 19:57:39 +0200 Subject: [PATCH] Referencing class by its full name --- wcfsetup/install/files/js/WoltLab/WCF/Controller/Popover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Popover.js b/wcfsetup/install/files/js/WoltLab/WCF/Controller/Popover.js index 5793d0b928..9b6992ff95 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Controller/Popover.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/Controller/Popover.js @@ -109,7 +109,7 @@ define(['Dictionary', 'DOM/Util', 'UI/Alignment'], function(Dictionary, DOMUtil, * className: 'fooLink', * identifier: 'com.example.bar.foo', * loadCallback: function(objectId, popover) { - * // request data for object id (e.g. via Ajax) + * // request data for object id (e.g. via WoltLab/WCF/Ajax) * * // then call this to set the content * popover.setContent('com.example.bar.foo', objectId, htmlTemplateString); -- 2.20.1