зеркало из https://github.com/mozilla/pluotsorbet.git
Merge pull request #35 from mykmelez/GestureRegistrationManager-register
stub implementation of GestureRegistrationManager.register
This commit is contained in:
Коммит
4a340ca5aa
|
@ -535,6 +535,11 @@ Native["com/nokia/mid/ui/gestures/GestureRegistrationManager.setListener.(Ljava/
|
|||
var listener = stack.pop(), container = stack.pop();
|
||||
}
|
||||
|
||||
Native["com/nokia/mid/ui/gestures/GestureRegistrationManager.register.(Ljava/lang/Object;Lcom/nokia/mid/ui/gestures/GestureInteractiveZone;)Z"] = function(ctx, stack) {
|
||||
var gestureInteractiveZone = stack.pop(), container = stack.pop();
|
||||
stack.push(0);
|
||||
}
|
||||
|
||||
Native["com/nokia/mid/ui/gestures/GestureInteractiveZone.isSupported.(I)Z"] = function(ctx, stack) {
|
||||
var gestureEventIdentity = stack.pop();
|
||||
stack.push(0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче