diff --git a/xtrn/chickendelivery/chickendelivery.js b/xtrn/chickendelivery/chickendelivery.js index 863357f960e9fc00733d52dcba0c7f78845576ec..9b5a7307fad204b5974221f9f7613756c399803d 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));