Skip to content

Commit

Permalink
Remove unecessary jquery imports in ts files (#3576)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Apr 27, 2022
1 parent ac9a313 commit cc95e37
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions static/alert.ts
Expand Up @@ -22,8 +22,6 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.

import $ from 'jquery';

import {AlertAskOptions, AlertEnterTextOptions, AlertNotifyOptions} from './alert.interfaces';
import {toggleEventListener} from './utils';
import * as Sentry from '@sentry/browser';
Expand Down
1 change: 0 additions & 1 deletion static/motd.ts
Expand Up @@ -22,7 +22,6 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.

import $ from 'jquery';
import {ga} from './analytics';

import {Motd} from './motd.interfaces';
Expand Down
1 change: 0 additions & 1 deletion static/noscript.ts
Expand Up @@ -22,7 +22,6 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.

import $ from 'jquery';
import 'bootstrap';
import 'popper.js';

Expand Down
1 change: 0 additions & 1 deletion static/panes/pp-view.ts
Expand Up @@ -27,7 +27,6 @@
import {Toggles} from '../widgets/toggles';
import * as monaco from 'monaco-editor';
import _ from 'underscore';
import $ from 'jquery';
import {MonacoPane} from './pane';
import {ga} from '../analytics';
import * as monacoConfig from '../monaco-config';
Expand Down
1 change: 0 additions & 1 deletion static/panes/tree.ts
Expand Up @@ -31,7 +31,6 @@ import {Hub} from '../hub';
import {EventHub} from '../event-hub';

const _ = require('underscore');
const $ = require('jquery');
const Alert = require('../alert').Alert;
const Components = require('../components');
const ga = require('../analytics').ga;
Expand Down
1 change: 0 additions & 1 deletion static/sharing.ts
Expand Up @@ -22,7 +22,6 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.

import $ from 'jquery';
import * as Sentry from '@sentry/browser';
import GoldenLayout from 'golden-layout';
import _ from 'underscore';
Expand Down
1 change: 0 additions & 1 deletion static/widgets/fontscale.ts
Expand Up @@ -23,7 +23,6 @@
// POSSIBILITY OF SUCH DAMAGE.

import EventEmitter from 'events';
import $ from 'jquery';
import {options} from '../options';
import {editor} from 'monaco-editor';
import IEditor = editor.IEditor;
Expand Down

0 comments on commit cc95e37

Please sign in to comment.