From 3dbdf97b3b36a1bfcc0389e1e749f11a0bb11e7b Mon Sep 17 00:00:00 2001 From: Oleg Vivtash Date: Wed, 13 Feb 2013 07:53:02 +0200 Subject: [PATCH] Misspelling in condition fixed --- jquery.preview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.preview.js b/jquery.preview.js index 5e249d6..475ec16 100644 --- a/jquery.preview.js +++ b/jquery.preview.js @@ -381,7 +381,7 @@ function Selector(form, selector) { } // If there is no favicon, ignore it. - if (!obj.favion_url) { + if (!obj.favicon_url) { p.favicon = ''; }