fix comments

pull/5370/head
yann300 2 years ago committed by Aniket
parent 07f5318d86
commit 191e45df9c
  1. 3
      apps/remix-ide/src/app/editor/editor.js

@ -291,8 +291,7 @@ class Editor extends Plugin {
/**
* Get the text in the current session, if any.
* @param {string} url Address of the text to replace.
* @param {string} text New text to be place.
* @param {string} url Address of the content to retrieve.
*/
getText (url) {
if (this.sessions[url]) {

Loading…
Cancel
Save