Skip to content

Commit 7bc6d35

Browse files
author
Chris K
committed
Removed trailing comma.
1 parent 7b89e47 commit 7bc6d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build-application/build_application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ window.app.build_application = function(on_services_created, on_services_enabled
155155
helpers: app_ctx.helpers,
156156
tag_manager: app_ctx.tag_manager,
157157
show_dragonfly_window: app_ctx.show_dragonfly_window,
158-
services: app_ctx.services,
158+
services: app_ctx.services
159159
};
160160

161161
for (service_name in service_descriptions)

0 commit comments

Comments
 (0)