Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+3 -3
View File
@@ -5,7 +5,7 @@
/// <reference path="../gapi/gapi.d.ts" />
declare module gapi.client.youtubeAnalytics {
declare namespace gapi.client.youtubeAnalytics {
export interface reports {
@@ -30,7 +30,7 @@ declare module gapi.client.youtubeAnalytics {
*/
metrics: string;
/**
* A comma-separated list of YouTube Analytics dimensions, such as views or ageGroup,gender.
* A comma-separated list of YouTube Analytics dimensions, such as views or ageGroup,gender.
*/
dimensions?: string;
/**
@@ -57,4 +57,4 @@ declare module gapi.client.youtubeAnalytics {
}
}
}