Browse Source

Fix defaultAMDNamesapce -> defaultAmdNamesapce

Thomas Rake 10 years ago
parent
commit
9f7400556e
3 changed files with 3 additions and 3 deletions
  1. 1 1
      presentation/index.html
  2. 1 1
      processing/index.html
  3. 1 1
      trysmalltalk/index.html

+ 1 - 1
presentation/index.html

@@ -14,7 +14,7 @@
 		}
 	});
 	require(['amber/devel','amber_examples_presentation/Presentation'],function(smalltalk) {
-		smalltalk.defaultAMDNamespace = 'amber_examples_presentation';
+		smalltalk.defaultAmdNamespace = 'amber_examples_presentation';
 		smalltalk.initialize();
 		smalltalk.Browser._openOn_(smalltalk.FOSDEM2012Presentation);
 	});

+ 1 - 1
processing/index.html

@@ -35,7 +35,7 @@
 		});
 		require(['amber/devel','amber_examples_processing/Processing-Examples'],function(smalltalk){
 
-			smalltalk.defaultAMDNamespace = 'amber_examples_processing';
+			smalltalk.defaultAmdNamespace = 'amber_examples_processing';
 			smalltalk.initialize();
 			buttonClick = function() {
 				smalltalk.Browser._openOn_(smalltalk.ProcessingClock);

+ 1 - 1
trysmalltalk/index.html

@@ -13,7 +13,7 @@
 		}
 	});
 	require(['amber/devel','amber_examples_profstef/TrySmalltalk'],function(smalltalk) {
-		smalltalk.defaultAMDNamespace = 'amber_examples_profstef';
+		smalltalk.defaultAmdNamespace = 'amber_examples_profstef';
 		smalltalk.initialize();
 		smalltalk.Browser._openOn_(smalltalk.ProfStef);
 		smalltalk.TrySmalltalkWidget._open();