mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed fullscreen swiper
This commit is contained in:
parent
af0fb2ef6e
commit
b152053d18
3 changed files with 13 additions and 9 deletions
|
|
@ -8,7 +8,9 @@ define([
|
|||
function (Parent, PIXI, Nc, Settings) {
|
||||
|
||||
function Swiper() {
|
||||
Parent.call(this, "ghost", 0);
|
||||
Parent.call(this, "swiper", 0);
|
||||
|
||||
this.static = true;
|
||||
|
||||
this.ncTokens = [
|
||||
Nc.on(Nc.ns.client.view.swiper.swipe, this.swipe, this),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue