This commit is contained in:
Amauri CHAMPEAUX 2014-12-02 23:32:12 +01:00
parent d741956491
commit 8174cbcae1
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ var tarteaucitron = {
html += '</div>';
// get the banner orientation
if (default.orientation === 'bottom') {
if (defaults.orientation === 'bottom') {
orientation = 'Bottom';
}