| Index: ports/gambc_ppapi/background.js
|
| diff --git a/ports/lua_ppapi/background.js b/ports/gambc_ppapi/background.js
|
| similarity index 88%
|
| copy from ports/lua_ppapi/background.js
|
| copy to ports/gambc_ppapi/background.js
|
| index 980cef80b04e2d45b6bcfc71531691bb0721d04c..066bc67a7fc5cafa3cdcf476080c6711a6342815 100644
|
| --- a/ports/lua_ppapi/background.js
|
| +++ b/ports/gambc_ppapi/background.js
|
| @@ -7,7 +7,7 @@
|
| 'use strict';
|
|
|
| chrome.app.runtime.onLaunched.addListener(function() {
|
| - chrome.app.window.create('lua.html', {
|
| + chrome.app.window.create('gambc.html', {
|
| 'id': 'main',
|
| 'bounds': {
|
| 'width': 800,
|
|
|