| 
														
															@@ -201,7 +201,7 @@ define("amber/boot", [ 'require', './browser-compatibility' ], function (require 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			this.selectors.push(stSelector); 
														 | 
														
														 | 
														
															 			this.selectors.push(stSelector); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			var jsSelector = st.st2js(stSelector); 
														 | 
														
														 | 
														
															 			var jsSelector = st.st2js(stSelector); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			checker[jsSelector] = true; 
														 | 
														
														 | 
														
															 			checker[jsSelector] = true; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			var method = {jsSelector: jsSelector, fn: createHandler(stSelector)}; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			method = {jsSelector: jsSelector, fn: createHandler(stSelector)}; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			methodDict[stSelector] = method; 
														 | 
														
														 | 
														
															 			methodDict[stSelector] = method; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			methods.push(method); 
														 | 
														
														 | 
														
															 			methods.push(method); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			manip.installMethod(method, rootAsClass); 
														 | 
														
														 | 
														
															 			manip.installMethod(method, rootAsClass); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -969,7 +969,7 @@ define("amber/boot", [ 'require', './browser-compatibility' ], function (require 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		function pushContext(setup) { 
														 | 
														
														 | 
														
															 		function pushContext(setup) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			var newContext = st.thisContext = new SmalltalkMethodContext(st.thisContext, setup); 
														 | 
														
														 | 
														
															 			var newContext = st.thisContext = new SmalltalkMethodContext(st.thisContext, setup); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            return newContext; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			return newContext; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		} 
														 | 
														
														 | 
														
															 		} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		function popContext(context) { 
														 | 
														
														 | 
														
															 		function popContext(context) { 
														 |