mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Load the codemirror as package in the require.js, which will allow us to
load the codemirror addons without any modification.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define([
|
||||
'underscore', 'underscore.string', 'jquery', 'backbone', 'backform',
|
||||
'backgrid', 'codemirror', 'pgadmin.backgrid', 'codemirror.sql',
|
||||
'backgrid', 'codemirror', 'pgadmin.backgrid', 'codemirror/mode/sql',
|
||||
'select2'
|
||||
],
|
||||
function(_, S, $, Backbone, Backform, Backgrid, CodeMirror) {
|
||||
|
||||
Reference in New Issue
Block a user