|  | @@ -5,15 +5,15 @@
 | 
	
		
			
				|  |  |      <title>Amber Smalltalk</title>
 | 
	
		
			
				|  |  |      <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
 | 
	
		
			
				|  |  |      <meta name="author" content="Nicolas Petton"/>
 | 
	
		
			
				|  |  | -    <script type='text/javascript' src='js/lib/require.min.js'></script>
 | 
	
		
			
				|  |  |      <script type='text/javascript' src='js/lib/amber-in-browser.js'></script>
 | 
	
		
			
				|  |  | +    <script type='text/javascript' src='js/lib/require.min.js'></script>
 | 
	
		
			
				|  |  |  </head>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <body>
 | 
	
		
			
				|  |  |  <script type='text/javascript'>
 | 
	
		
			
				|  |  |      require(
 | 
	
		
			
				|  |  | -            ["amber-full-devel"],
 | 
	
		
			
				|  |  | -            function () {
 | 
	
		
			
				|  |  | +            ["smalltalk", "amber-full-devel"],
 | 
	
		
			
				|  |  | +            function (smalltalk) {
 | 
	
		
			
				|  |  |                  smalltalk.initialize();
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                  smalltalk.Browser._open()
 |