| 
					
				 | 
			
			
				@@ -20,7 +20,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             clearInterval(__interval); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             require.baseUrl = base; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             require.paths['helios/app'] = require.paths['helios/index'].replace("index", "app"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            require.map["*"]["amber/Platform"] = "helios/app"; // eg. nothing, TODO remove 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             require.callback = function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               require(["helios/app", "amber_core/Platform-Browser"], function (amber) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 amber.initialize({'transport.defaultAmdNamespace': "amber_core"}).then(function () { 
			 |