| 
					
				 | 
			
			
				@@ -28,12 +28,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return amber.initialize({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //used for all new packages in IDE 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'transport.defaultAmdNamespace': "{%= namespace %}" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        }).then(function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            require(["amber-ide-starter-dialog"], function (dlg) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                dlg.start(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            amber.globals.{%= name %}._start(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    }).then(function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        require(["amber-ide-starter-dialog"], function (dlg) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            dlg.start(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        amber.globals.{%= name %}._start(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </body> 
			 |