summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.php b/init.php
index 9183799..7b5180c 100644
--- a/init.php
+++ b/init.php
@@ -1,7 +1,5 @@
<?php
class Af_Zz_Pause_Bg extends Plugin {
- private $host;
-
function about() {
return array(1.0,
"Pause HTML5 videos when in background",
@@ -9,7 +7,7 @@ class Af_Zz_Pause_Bg extends Plugin {
}
function init($host) {
- $this->host = $host;
+
}
function get_js() {