Closed harfyt closed 10 years ago
Initialized with option angle : 0 and rotatable stopped woking.
However I found a working fix.
In line 37 change this if(this.options.angle != false)
TO THIS if(this.options.angle !== false)
This is not reproducible any more.
Initialized with option angle : 0 and rotatable stopped woking.
However I found a working fix.
In line 37
change this if(this.options.angle != false)
TO THIS if(this.options.angle !== false)