summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/sourceeditor/test/cm_script_injection_test.js
blob: 85d07946827e8b04a41a36ec3211cafb1ad7789e (plain)
1
2
3
4
5
6
7
8
9
10
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

/* global editor */

"use strict";

window.addEventListener("editorReady", function () {
  editor.setText("Script successfully injected!");
});