Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
02311a07
Commit
02311a07
authored
Nov 23, 2017
by
ninabreznik
Committed by
yann300
Dec 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove test/debugging statements from PR
parent
6b39219d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
app.js
src/app.js
+0
-1
editor.js
src/app/editor/editor.js
+0
-1
No files found.
src/app.js
View file @
02311a07
...
@@ -297,7 +297,6 @@ function run () {
...
@@ -297,7 +297,6 @@ function run () {
txlistener
.
startListening
()
txlistener
.
startListening
()
// ----------------- editor ----------------------------
// ----------------- editor ----------------------------
this
.
_components
.
editor
=
new
Editor
({})
// @TODO: put into editorpanel
this
.
_components
.
editor
=
new
Editor
({})
// @TODO: put into editorpanel
window
.
EDITOR
=
this
.
_components
.
editor
var
editor
=
self
.
_components
.
editor
// shortcut for the editor
var
editor
=
self
.
_components
.
editor
// shortcut for the editor
// ---------------- ContextualListener -----------------------
// ---------------- ContextualListener -----------------------
...
...
src/app/editor/editor.js
View file @
02311a07
...
@@ -241,7 +241,6 @@ function Editor (opts = {}) {
...
@@ -241,7 +241,6 @@ function Editor (opts = {}) {
// Unmap ctrl-t & ctrl-f
// Unmap ctrl-t & ctrl-f
editor
.
commands
.
bindKeys
({
'ctrl-t'
:
null
})
editor
.
commands
.
bindKeys
({
'ctrl-t'
:
null
})
// editor.commands.bindKeys({ 'ctrl-f': null })
editor
.
commands
.
addCommand
({
editor
.
commands
.
addCommand
({
name
:
"myCommand"
,
name
:
"myCommand"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment