| 1 | // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. |
| 2 | /* global intellisense, window, document, setTimeout, WinJS */ |
| 3 | (function () { |
| 4 | "use strict"; |
nothing calls this directly
no test coverage detected