This commit is contained in:
Florian Bruhin 2016-12-06 23:09:23 +01:00
parent e39d6996c6
commit 1536a3324e

View File

@ -90,6 +90,9 @@ class Zoom(browsertab.AbstractZoom):
def _set_factor_internal(self, _factor): def _set_factor_internal(self, _factor):
pass pass
def factor(self):
assert False
class Tab(browsertab.AbstractTab): class Tab(browsertab.AbstractTab):