diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-12-02 10:44:28 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-12-02 11:38:43 +0100 |
commit | 427f5972bb78fcfbe9d90aac6251d0121d2f1942 (patch) | |
tree | e93d362d1cb96040438d000e1ba35ebdc56cc37d | |
parent | 248b8031ad445611d6bfd5a21914fc3c98d754e8 (diff) | |
download | crocoite-427f5972bb78fcfbe9d90aac6251d0121d2f1942.tar.gz crocoite-427f5972bb78fcfbe9d90aac6251d0121d2f1942.tar.bz2 crocoite-427f5972bb78fcfbe9d90aac6251d0121d2f1942.zip |
behavior: Remove unused slots
-rw-r--r-- | crocoite/behavior.py | 2 |
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' |