You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/web/js/cpo-main.js
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -443,12 +443,9 @@
443
443
};
444
444
window.replWidget=CPO.replWidget=replWidget;
445
445
446
-
// SP : Exposing repl for use. Is this a great idea? Probably not.
446
+
// Exposing this for dom-render.js to use for input.
447
447
window.__internalRepl=repl;
448
-
// SP: Should this be RE-RUN every time?
449
-
// Evaluating an expression failed. It was expected to evaluate to a "Pyret Value". It evaluated to the non-"Pyret Value" value: "non-Pyret value; see the console for more details"
0 commit comments