From 6212c7601908ddbb46e4a4977ab445d4a73f78b2 Mon Sep 17 00:00:00 2001 From: echicken <> Date: Tue, 27 Jan 2015 20:00:11 +0000 Subject: [PATCH] Never mind. Don't bother with this unless you're on 3.16. --- xtrn/chickendelivery/chickendelivery.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xtrn/chickendelivery/chickendelivery.js b/xtrn/chickendelivery/chickendelivery.js index 863357f960..9b5a7307fa 100644 --- a/xtrn/chickendelivery/chickendelivery.js +++ b/xtrn/chickendelivery/chickendelivery.js @@ -32,12 +32,6 @@ var attr, uid = base64_encode(user.alias + "@" + system.name, true), initLevel = 0; -if(typeof Array.isArray === 'undefined') { - Array.isArray = function(obj) { - return Object.prototype.toString.call(obj) === '[object Array]'; - } -} - Frame.prototype.drawBorder = function(color) { var theColor = color; if(Array.isArray(color)); -- GitLab