#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Tue, 17 Sep 2019 23:26:03 +0200
changeset 1199 5c5d28c2d388
parent 1198 4fc20702d5bf
child 1200 0eed83e89cd6
#DOCUMENTATION by exept class: JavaScriptFunctionWithBreakpoints comment/format in: #originalMethod
JavaScriptFunctionWithBreakpoints.st
--- a/JavaScriptFunctionWithBreakpoints.st	Sun Sep 08 17:57:30 2019 +0200
+++ b/JavaScriptFunctionWithBreakpoints.st	Tue Sep 17 23:26:03 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2013 by Claus Gittinger
               All Rights Reserved
@@ -61,6 +63,8 @@
 !JavaScriptFunctionWithBreakpoints methodsFor:'accessing'!
 
 originalMethod
+    "return the original method; the one without breakpoints"
+
     ^ originalMethod
 !