[REPO] add tests attribution

This commit is contained in:
Adam Cmiel 2016-12-02 15:18:47 -08:00
parent 33c62e0f7f
commit b4f72c033b

View File

@ -1,6 +1,9 @@
/// <reference path="index.d.ts" />
/// <reference path="../promise" />
/// Code examples derived from
/// https://developers.google.com/web/fundamentals/discovery-and-monetization/payment-request/
function makeRequest() {
if (!window.PaymentRequest) {
return Promise.reject(new Error("PaymentRequest not available"))