Fix some more undefined property warnings

https://bugzilla.gnome.org/show_bug.cgi?id=787907
This commit is contained in:
Florian Müllner
2017-09-17 10:37:17 +02:00
parent 90c55e1977
commit ecddf1fffd
3 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,7 @@ var _Draggable = new Lang.Class({
this.disconnectAll();
}));
this._onEventId = null;
this._touchSequence = null;
this._restoreOnSuccess = params.restoreOnSuccess;
this._dragActorMaxSize = params.dragActorMaxSize;