| 
					
				 | 
			
			
				@@ -16,8 +16,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           '{%= namespace %}/{%= name %}', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           '{%= namespace %}/{%= name %}-Tests' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ], function (smalltalk) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //used for all new packages in IDE 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           smalltalk.initialize({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            //used for all new packages in IDE 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             'transport.defaultAmdNamespace': "{%= namespace %}" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 |