From 8174cbcae1ddbf5686ee175a1926ccaf4f7cb862 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Tue, 2 Dec 2014 23:32:12 +0100 Subject: [PATCH] ... --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index 3ab2319..4f1aaae 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -164,7 +164,7 @@ var tarteaucitron = { html += ''; // get the banner orientation - if (default.orientation === 'bottom') { + if (defaults.orientation === 'bottom') { orientation = 'Bottom'; }