Amauri CHAMPEAUX il y a 10 ans
Parent
commit
8174cbcae1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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';
                 }