This repository has been archived on 2026-05-12. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
PaintPlay/JS/Global.js
adrianvic 59426d62fb first
2023-12-21 14:33:34 -03:00

9 lines
No EOL
292 B
JavaScript

////////////////////////////////////////////////////////////
//// © Microsoft. All rights reserved. ////
////////////////////////////////////////////////////////////
(function () {
// Define app namespace
WinJS.Namespace.define("Microsoft.Paint", {
});
})();