fixed fullscreen swiper

This commit is contained in:
logsol 2014-12-26 23:53:44 +01:00
parent af0fb2ef6e
commit b152053d18
3 changed files with 13 additions and 9 deletions

View file

@ -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),