mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Remove trailing whitespaces
This commit is contained in:
@@ -6,13 +6,13 @@ function test_window() {
|
||||
backgroundColor: 'white',
|
||||
borderRadius: 10
|
||||
});
|
||||
|
||||
|
||||
window.setBackgroundColor('blue');
|
||||
window.opacity = 0.92;
|
||||
|
||||
|
||||
var matrix = Ti.UI.create2DMatrix().scale(1.1, 1);
|
||||
window.transform = matrix;
|
||||
|
||||
|
||||
var label: Ti.UI.Label;
|
||||
label = Ti.UI.createLabel({
|
||||
color: '#900',
|
||||
@@ -100,7 +100,7 @@ function test_map() {
|
||||
mountainView.setTitle('Appcelerator');
|
||||
mountainView.setSubtitle('Mountain View, CA');
|
||||
mountainView.setPincolor(Ti.Map.ANNOTATION_RED);
|
||||
|
||||
|
||||
var mapview = Ti.Map.createView({
|
||||
mapType: Ti.Map.STANDARD_TYPE,
|
||||
region: {
|
||||
@@ -118,4 +118,4 @@ function test_map() {
|
||||
});
|
||||
win.add(mapview);
|
||||
win.open();
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+2
-2
@@ -6342,8 +6342,8 @@ declare class ErrorCallbackArgs {
|
||||
}
|
||||
|
||||
declare class FailureResponse {
|
||||
code: Number;
|
||||
error: string;
|
||||
code: Number;
|
||||
error: string;
|
||||
success: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user