Browse Source

naming: smalltalk -> amber

Herbert Vojčík 9 years ago
parent
commit
293fbcf243
3 changed files with 3 additions and 3 deletions
  1. 1 1
      support/deploy.js
  2. 1 1
      support/devel.js
  3. 1 1
      support/lang.js

+ 1 - 1
support/deploy.js

@@ -10,4 +10,4 @@ define([
     'amber_core/Kernel-Transcript',
     'amber_core/Kernel-Announcements',
     'amber_core/Web'
-], function (smalltalk) { return smalltalk; });
+], function (amber) { return amber; });

+ 1 - 1
support/devel.js

@@ -8,4 +8,4 @@ define([
     'amber_core/Examples',
     'amber_core/Benchfib',
 	'css!amber/resources/amber'
-], function (smalltalk) { return smalltalk; });
+], function (amber) { return amber; });

+ 1 - 1
support/lang.js

@@ -14,4 +14,4 @@ define([
 	'amber_core/Compiler-Tests',
 	'amber_core/Kernel-Tests',
 	'amber_core/SUnit-Tests'
-], function (smalltalk) { return smalltalk; });
+], function (amber) { return amber; });