From 0d9094e8c6b7e23fadcbc3cc53438625ead0a080 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Sun, 27 Sep 2015 18:55:11 -0500
Subject: [PATCH] lint: Fix bad upstream code

---
 js/redactor-plugins.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/redactor-plugins.js b/js/redactor-plugins.js
index 7ecef2bba..0a6583127 100644
--- a/js/redactor-plugins.js
+++ b/js/redactor-plugins.js
@@ -354,7 +354,7 @@ RedactorPlugins.fullscreen = function()
                                     func: this.table.show,
                                     observe: {
                                         element: 'table',
-                                        in: {
+                                        'in': {
                                             attr: {
                                                 'class': 'redactor-dropdown-link-inactive',
                                                 'aria-disabled': true,
-- 
GitLab