Amauri CHAMPEAUX 10 năm trước cách đây
mục cha
commit
8174cbcae1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';
                 }