Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor doc layout fix
  • Loading branch information
benorama committed May 19, 2014
1 parent d357817 commit 02ff315
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/docs/guide/configuration.gdoc
Expand Up @@ -137,14 +137,14 @@ h3. Controllers scope

Since FacebookContext should be instantiated at each request, you must use `prototype` scope for your Controllers (since Grails 2.3, generated Config.groovy defines `singleton` as default scope).

```groovy
{code}
grails.controllers.defaultScope = 'prototype'
```
{code}

h3. JQuery custom selector

Default jQuery selector is `$`, if you require another one, you can define it globally in your _grails-app/conf/Config.groovy_:

```groovy
{code}
grails.plugin.facebooksdk.customSelector = 'jQuery'
```
{code}

0 comments on commit 02ff315

Please sign in to comment.