From cb3940513d579baf612ef1bef9ee6b8f87208273 Mon Sep 17 00:00:00 2001 From: Justin Morris Date: Sat, 21 Jun 2014 13:28:06 +1000 Subject: [PATCH] Linting --- metaquery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metaquery.js b/metaquery.js index 87f6b63..0ae0a85 100644 --- a/metaquery.js +++ b/metaquery.js @@ -137,7 +137,7 @@ // call any global events if ( activeBreakpoints.length !== 0 ) { callGlobalEvents( activeBreakpoints ); - }; + } }, collectMediaQueries = function () {