Commit b63dc993 authored by Fatih Acet's avatar Fatih Acet

Defensive check for the group options.

parent 6f96d3ec
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
name: "#{@project.name}" name: "#{@project.name}"
}; };
- if @group - if @group and @group.path
:javascript :javascript
gl.groupOptions = gl.groupOptions || {}; gl.groupOptions = gl.groupOptions || {};
gl.groupOptions["#{@group.path}"] = { gl.groupOptions["#{@group.path}"] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment