Amauri CHAMPEAUX há 10 anos atrás
pai
commit
8174cbcae1
1 ficheiros alterados com 1 adições e 1 exclusões
  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';
                 }