Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit f238908

Browse files
JiaLiPassionmhevery
authored andcommittedJun 18, 2018
fix(format): update clang-format to 1.2.3
1 parent 915042d commit f238908

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1359
-1350
lines changed
 

‎lib/browser/define-property.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ function _tryDefineProperty(obj: any, prop: string, desc: any, originalConfigura
103103
} catch (error) {
104104
descJson = desc.toString();
105105
}
106-
console.log(`Attempting to configure '${prop}' with descriptor '${descJson
107-
}' on object '${obj}' and got error, giving up: ${error}`);
106+
console.log(`Attempting to configure '${prop}' with descriptor '${descJson}' on object '${
107+
obj}' and got error, giving up: ${error}`);
108108
}
109109
} else {
110110
throw error;

‎lib/browser/webapis-media-query.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Zone.__load_patch('mediaQuery', (global: any, Zone: ZoneType, api: _ZonePrivate)
5353
patchAddListener(mql);
5454
patchRemoveListener(mql);
5555
} else if (mql['addListener']) {
56-
// proto not exists, or proto has no addListener method
56+
// proto not exists, or proto has no addListener method
5757
// try to patch mql instance
5858
patchAddListener(mql);
5959
patchRemoveListener(mql);

0 commit comments

Comments
 (0)
This repository has been archived.