diff --git a/modules/jquery.codeEditor.js b/modules/jquery.codeEditor.js index ba4058e4..88268113 100644 --- a/modules/jquery.codeEditor.js +++ b/modules/jquery.codeEditor.js @@ -6,15 +6,6 @@ * Core Requirements */ req: [ 'codeEditor' ], - /** - * Compatability map - */ - browsers: { - msie: [ [ '>=', 8 ] ], - ipod: [ [ '>=', 6 ] ], - iphone: [ [ '>=', 6 ] ], - android: [ [ '>=', 4 ] ] - }, /** * Configuration */