first
This commit is contained in:
commit
59426d62fb
102 changed files with 42796 additions and 0 deletions
9
JS/Global.js
Normal file
9
JS/Global.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
////////////////////////////////////////////////////////////
|
||||
//// © Microsoft. All rights reserved. ////
|
||||
////////////////////////////////////////////////////////////
|
||||
|
||||
(function () {
|
||||
// Define app namespace
|
||||
WinJS.Namespace.define("Microsoft.Paint", {
|
||||
});
|
||||
})();
|
||||
Reference in a new issue