浏览代码

Remove relic of copy-and-paste.

Herbert Vojčík 6 年之前
父节点
当前提交
2c797d7cf8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      support/kernel-runtime.js

+ 1 - 1
support/kernel-runtime.js

@@ -325,7 +325,7 @@ define(function () {
          The effect is, $core.seamless(fn)'s exceptions are not
          handed into ST error handler and caller should process them.
          */
-        st.seamless = function inContext (worker) {
+        st.seamless = function (worker) {
             var oldContext = thisContext;
             thisContext = new SmalltalkMethodContext(thisContext, function (ctx) {
                 ctx.fill(null, "seamlessDoIt", {}, globals.UndefinedObject);