/**
 * Joomla! 1.5 component Magento Bridge
 *
 * @author Yireo (info@yireo.com)
 * @package MageBridge
 * @copyright Copyright 2009
 * @license GNU Public License
 * @link http://www.yireo.com
 */

/*
 * A simple replication of some MooTools calls to render MooTools-based scripts harmless
 */

// Generic MooTools replacement
window.addEvent = function() {};

// Stuff for rokutils.js
var InputsExclusion = ['.foo'];
