/**
 * 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 ProtoType calls to render ProtoType-based calls harmless
 */

// Decoration functions
decorateGeneric = function() {};
decorateList = function() {};
decorateTable = function() {};
decorateDataList = function() {};

// Redirect functions
setLocation = function(url) {window.location = url;};

