Your IP : 216.73.216.47


Current Path : /home/atice/www/plugins/fabrik_list/copy/
Upload File :
Current File : /home/atice/www/plugins/fabrik_list/copy/copy.js

/**
 * List Copy
 *
 * @copyright: Copyright (C) 2005-2016  Media A-Team, Inc. - All rights reserved.
 * @license:   GNU/GPL http://www.gnu.org/copyleft/gpl.html
 */
define(['jquery', 'fab/list-plugin'], function (jQuery, FbListPlugin) {
	var FbListCopy = new Class({
		Extends   : FbListPlugin,
		initialize: function (options) {
			this.parent(options);
		}
	});

	return FbListCopy;
});