Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/chrome
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-01-25 12:01:10 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-01-25 12:01:10 +0400
commit3b058bc360de477a90a5f3b1442e1814a9de5c0e (patch)
tree285af10d849bbdbfbe06225e2c71339306106bd1 /chrome
parent6cead333356920d61c18c5683ff086b94adf5fff (diff)
add super useful `npm run watch` command!
Diffstat (limited to 'chrome')
-rw-r--r--chrome/background.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/background.js b/chrome/background.js
index 055203a..9699018 100644
--- a/chrome/background.js
+++ b/chrome/background.js
@@ -1,8 +1,8 @@
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('window.html', {
- 'bounds': {
- 'width': 400,
- 'height': 500
+ bounds: {
+ width: 400,
+ height: 500
}
});
}); \ No newline at end of file