comparison mpui.js @ 187:28caa87348d3

Clarify what mpui.js is.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Aug 2018 14:35:08 +0300
parents b4e8b8c1c3e3
children 6fba2c255319
comparison
equal deleted inserted replaced
186:74e1616ca38e 187:28caa87348d3
1 /* 1 /*
2 * Multipaint.JS - Initializer/loader 2 * Multipaint.JS - Javascript launcher
3 * (C) Copyright 2018 Matti 'ccr' Hämäläinen <ccr@tnsp.org> 3 * (C) Copyright 2018 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
4 */ 4 */
5 var mpMachine = 0, mpUIScale, mpForcedWidth, mpForcedHeight; 5 var mpMachine = 0, mpUIScale, mpForcedWidth, mpForcedHeight;
6 var mpURL; 6 var mpURL;
7 7