
/*
 * Compatibility file that brings back the $ AND $$ to prototype
 */


function $(element) {
	return protoByID(element);
}

window.$$ = window.protoSelect;

