From 427f5972bb78fcfbe9d90aac6251d0121d2f1942 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 2 Dec 2018 10:44:28 +0100 Subject: behavior: Remove unused slots --- crocoite/behavior.py | 2 -- 1 file changed, 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' -- cgit v1.2.3