Merge pull request #3746 from NN---/patch-17

Add global chrome object through window
This commit is contained in:
Masahiro Wakame
2015-03-05 21:41:27 +09:00

7
chrome/chrome.d.ts vendored
View File

@@ -5,6 +5,13 @@
/// <reference path='../webrtc/MediaStream.d.ts'/>
////////////////////
// Global object
////////////////////
interface Window {
chrome: typeof chrome;
}
////////////////////
// Alarms
////////////////////