summaryrefslogtreecommitdiff
path: root/app/Module/InteractiveTreeModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-05-30 18:18:55 +0100
committerGreg Roach <fisharebest@gmail.com>2015-05-30 18:47:31 +0100
commitffd703ea1e658c7dcb5e5f1f9ef137a420f2d167 (patch)
tree7c94111f6f092b4360af16efa0bb720f1d6ea9ad /app/Module/InteractiveTreeModule.php
parentaa318aa388bfe05e30ccd9bce62cde2dba3f43be (diff)
downloadwebtrees-ffd703ea1e658c7dcb5e5f1f9ef137a420f2d167.tar.gz
webtrees-ffd703ea1e658c7dcb5e5f1f9ef137a420f2d167.tar.bz2
webtrees-ffd703ea1e658c7dcb5e5f1f9ef137a420f2d167.zip
PHP-CS-FIXER, PSR-2 (mostly!)
Diffstat (limited to 'app/Module/InteractiveTreeModule.php')
-rw-r--r--app/Module/InteractiveTreeModule.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Module/InteractiveTreeModule.php b/app/Module/InteractiveTreeModule.php
index 012038c9f0..108f190096 100644
--- a/app/Module/InteractiveTreeModule.php
+++ b/app/Module/InteractiveTreeModule.php
@@ -21,9 +21,6 @@ namespace Fisharebest\Webtrees;
* Tip : you could change the number of generations loaded before ajax calls both in individual page and in treeview page to optimize speed and server load
*/
class InteractiveTreeModule extends AbstractModule implements ModuleTabInterface {
- var $headers; // CSS and script to include in the top of <head> section, before theme’s CSS
- var $js; // the TreeViewHandler javascript
-
/** {@inheritdoc} */
public function getTitle() {
return /* I18N: Name of a module */ I18N::translate('Interactive tree');