Semicolon

This commit is contained in:
Ionică Bizău 2015-11-01 12:40:47 +02:00
parent ca16d225f8
commit c90a82094f
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ module.exports = {
// No global activity by default
// If true, this will enable the global activity calendar in the current project
, global_activity: false
}
};
```
Since it's a js file, you can `require` any other modules there.

View File

@ -151,7 +151,7 @@ module.exports = {
// No global activity by default
// If true, this will enable the global activity calendar in the current project
, global_activity: false
}
};
```
Since it's a js file, you can `require` any other modules there.