summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'