Amauri CHAMPEAUX 10 éve
szülő
commit
8174cbcae1
1 módosított fájl, 1 hozzáadás és 1 törlés
  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';
                 }