Remove trailing whitespaces

This commit is contained in:
Aya Morisawa
2016-01-27 20:17:35 +09:00
parent d6c51c607b
commit 48f20e97bf
22 changed files with 209 additions and 210 deletions
+5 -5
View File
@@ -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();
}
}
+2 -2
View File
@@ -6342,8 +6342,8 @@ declare class ErrorCallbackArgs {
}
declare class FailureResponse {
code: Number;
error: string;
code: Number;
error: string;
success: boolean;
}