summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFernando Farfan <fernando@endlessm.com>2013-06-17 15:03:18 -0700
committerFernando Farfan <fernando@endlessm.com>2013-06-17 15:03:18 -0700
commit7814e648c6f9b2818be99ec4d9fc28b179fc67c3 (patch)
tree5f309020bf8174ec8c2411faa5499805c5329a8c /test
parentd3bab0c4d20aa98a04cdb81d65a9733f73a4c600 (diff)
Fixed missing comma in app-window
[endlessm/eos-sdk#97]
Diffstat (limited to 'test')
-rw-r--r--test/smoke-tests/app-window.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smoke-tests/app-window.js b/test/smoke-tests/app-window.js
index ee1bcf6..42381a8 100644
--- a/test/smoke-tests/app-window.js
+++ b/test/smoke-tests/app-window.js
@@ -191,7 +191,7 @@ const TestApplication = new Lang.Class ({
this._pm.add(this._page0, {
name: "page0",
background_uri: CAT_BACKGROUND_PATH,
- custom_toolbox_widget: this._toolbox
+ custom_toolbox_widget: this._toolbox,
left_topbar_widget: this._left_topbar,
center_topbar_widget: this._center_topbar
});