Chromium Code Reviews| Index: ports/xorg-server/background.js |
| diff --git a/ports/xorg-server/background.js b/ports/xorg-server/background.js |
| index bfafa9b355ad2f3d66c00287ce70837bbe3406b5..c3dac5880dd0cbbef13d319f56930dea94c04f2a 100644 |
| --- a/ports/xorg-server/background.js |
| +++ b/ports/xorg-server/background.js |
| @@ -4,6 +4,8 @@ |
| * found in the LICENSE file. |
| */ |
| +'use strict'; |
| + |
| function onLaunched(launchData) { |
| chrome.app.window.create('Xsdl.html', { |
| width: 1024, |