From: Alexander Ebert Date: Tue, 19 May 2015 17:57:39 +0000 (+0200) Subject: Referencing class by its full name X-Git-Tag: 3.0.0_Beta_1~2381 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=430772dbbc112804b7d866f869e92378a3412ff2;p=GitHub%2FWoltLab%2FWCF.git Referencing class by its full name --- 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);