Referencing class by its full name
authorAlexander Ebert <ebert@woltlab.com>
Tue, 19 May 2015 17:57:39 +0000 (19:57 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 19 May 2015 17:57:39 +0000 (19:57 +0200)
wcfsetup/install/files/js/WoltLab/WCF/Controller/Popover.js

index 5793d0b9284d897ae95d0a4753d441823fab7ca0..9b6992ff95d9944af917abad3084267ced5cefe0 100644 (file)
@@ -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);