// $Id: filelist.js 14528 2008-12-03 10:02:12Z nmaxim $
/**
 * The Zapatec DHTML File Explorer
 *
 * Copyright (c) 2004-2008 by Zapatec, Inc.
 * http://www.zapatec.com
 * 1700 MLK Way, Berkeley, California,
 * 94709, U.S.A.
 * All rights reserved.
 *
 * $$
 *
 */

/**
 * Path to Zapatec FileList scripts.
 * @private
 */
dispatcherPath = Zapatec.getPath("Dispatcher");

// Include required scripts
Zapatec.Transport.include(dispatcherPath + 'dispatcher-core.js', "Dispatcher");
