;(function($, undefined) {

O_O.widget.ContactForm = {
	name: 'ContactForm',
	includes: [
		'Controller',
		'View'
	]
};

})(ps$);
(function($) {

O_O.widget.GalleryNav = {
	name: 'GalleryNav',
	includes: [
		'Controller',
		'View'
	]
};

})(ps$);
;(function($) {
'use strict';

O_O.widget.Nav = {
	name: 'Nav',
	includes: [
		'Controller',
		'View',
		'Editor'
	],
	vendor: [
	]
};

}(ps$));
;(function($, undefined) {
'use strict';

O_O.widget.SocialShare = {
	name: 'SocialShare',
	includes: [
		'Controller',
		'View'
	],
	vendor: [
		'js/vendor/SocialShareUtil',
		'asset/app/com/lib/O_O.lib.SocialShare'
	]
};

}(ps$));
(function($) {

O_O.widget.StaticImage = {
	name: 'StaticImage',
	includes: [
		'Controller',
		'View'
	]
};

})(ps$);
;(function($, undefined) {

O_O.widget.VimeoViewer = {
	name: 'VimeoViewer',
	includes: [
		'Controller',
		'View'
	],
	vendor: [
		'asset/c2/vendor/bootstrap/bootstrap-modal'
	]
};

})(ps$);
