(function ($) {
	
	// COMMENT
	Drupal.behaviors.NAME = {
		attach: function(context, settings) {

		}
  }
	
})(jQuery);;

