nativescript-uber
Advanced tools
Comparing version 1.3.5 to 1.3.6
{ | ||
"name": "nativescript-uber", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "Uber Rides plugin for Nativescript", | ||
@@ -5,0 +5,0 @@ "main": "uber-view", |
import { View } from "tns-core-modules/ui/core/view"; | ||
import { Property } from "tns-core-modules/ui/core/properties"; | ||
import { Image } from "tns-core-modules/ui/image"; | ||
import { Color } from "tns-core-modules/color"; | ||
import { EventData } from "tns-core-modules/data/observable"; | ||
@@ -7,0 +3,0 @@ export class UberView extends View { |
@@ -9,7 +9,2 @@ "use strict"; | ||
} | ||
UberViewDelegateImpl.initWithOwner = function (owner) { | ||
var handler = UberViewDelegateImpl.new(); | ||
handler._owner = owner; | ||
return handler; | ||
}; | ||
return UberViewDelegateImpl; | ||
@@ -16,0 +11,0 @@ }(NSObject)); |
13743
79