From e13761d821e13d071399c526aca0c4fada3b6d89 Mon Sep 17 00:00:00 2001 From: Kate Hudson Date: Fri, 21 Mar 2014 15:00:15 -0400 Subject: [PATCH] ignore locale/ --- .gitignore | 1 + example/index.html | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c346b13..90dd181 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ bower_components/ node_modules/ +locale/ diff --git a/example/index.html b/example/index.html index 60e400d..0867a62 100644 --- a/example/index.html +++ b/example/index.html @@ -79,6 +79,7 @@ // Suggestions var suggestions = []; + var selectedTags = []; function setSuggestions(lang) { wlc.lang(lang); suggestions = wlc.all().map(function(item) { @@ -119,8 +120,6 @@ $('#language').val('en'); setSuggestions('en'); - var selectedTags = []; - function makeGallery() { new MakeGallery({ limit: 20,