Amauri CHAMPEAUX 10 лет назад
Родитель
Сommit
8174cbcae1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tarteaucitron.js

+ 1 - 1
tarteaucitron.js

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