summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-12-02 10:44:28 +0100
committerLars-Dominik Braun <lars@6xq.net>2018-12-02 11:38:43 +0100
commit427f5972bb78fcfbe9d90aac6251d0121d2f1942 (patch)
treee93d362d1cb96040438d000e1ba35ebdc56cc37d
parent248b8031ad445611d6bfd5a21914fc3c98d754e8 (diff)
downloadcrocoite-427f5972bb78fcfbe9d90aac6251d0121d2f1942.tar.gz
crocoite-427f5972bb78fcfbe9d90aac6251d0121d2f1942.tar.bz2
crocoite-427f5972bb78fcfbe9d90aac6251d0121d2f1942.zip
behavior: Remove unused slots
-rw-r--r--crocoite/behavior.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/crocoite/behavior.py b/crocoite/behavior.py
index 3e828b6..f11af6b 100644
--- a/crocoite/behavior.py
+++ b/crocoite/behavior.py
@@ -155,8 +155,6 @@ class JsOnload (Behavior):
### Generic scripts ###
class Scroll (JsOnload):
- __slots__ = ('stopVarname', )
-
name = 'scroll'
scriptPath = 'scroll.js'