mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
tslint
This commit is contained in:
@ -46,7 +46,6 @@ export var hintProperty = new dependencyObservable.Property(
|
||||
new proxy.PropertyMetadata("")
|
||||
);
|
||||
|
||||
|
||||
function onKeyboardTypePropertyChanged(data: dependencyObservable.PropertyChangeData) {
|
||||
var editableTextBase = <EditableTextBase>data.object;
|
||||
editableTextBase._onKeyboardTypePropertyChanged(data);
|
||||
|
@ -2,7 +2,6 @@
|
||||
import dependencyObservable = require("ui/core/dependency-observable");
|
||||
import textBase = require("ui/text-base");
|
||||
import enums = require("ui/enums");
|
||||
import color = require("color");
|
||||
|
||||
// merge the exports of the common file with the exports of this file
|
||||
declare var exports;
|
||||
@ -78,7 +77,6 @@ export class TextView extends common.TextView {
|
||||
}
|
||||
|
||||
public _onHintPropertyChanged(data: dependencyObservable.PropertyChangeData) {
|
||||
var textView = <TextView>data.object;
|
||||
this._refreshHintState(data.newValue);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user