From 562d3e2e7d8685ee5a27f2c998ac003de14b0345 Mon Sep 17 00:00:00 2001 From: Zhengbo Li Date: Tue, 28 Apr 2015 11:52:46 -0700 Subject: [PATCH] Updated Breaking Changes (markdown) --- Breaking-Changes.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Breaking-Changes.md b/Breaking-Changes.md index 1bf618e..6b43839 100644 --- a/Breaking-Changes.md +++ b/Breaking-Changes.md @@ -102,11 +102,11 @@ You can keep using older versions of the library with newer version of the compi - ``window.orientation`` is of type ``string`` instead of ``number`` **Here is a list of libraries that are partly or entirely replaced by the added DOM types:** -``DefinitelyTyped/auth0/auth0.d.ts`` -``DefinitelyTyped/gamepad/gamepad.d.ts`` -``DefinitelyTyped/interactjs/interact.d.ts`` -``DefinitelyTyped/webaudioapi/waa.d.ts`` -``DefinitelyTyped/webcrypto/WebCrypto.d.ts`` +- ``DefinitelyTyped/auth0/auth0.d.ts`` +- ``DefinitelyTyped/gamepad/gamepad.d.ts`` +- ``DefinitelyTyped/interactjs/interact.d.ts`` +- ``DefinitelyTyped/webaudioapi/waa.d.ts`` +- ``DefinitelyTyped/webcrypto/WebCrypto.d.ts`` For more details, please see the [full change](https://github.com/Microsoft/TypeScript/pull/2739).