/// <reference path="jquery-1.4.1-vsdoc.js"/>
/*
 * Script non-minified for easy viewing
 */
 
// 3rd party properties
ChiliBook.recipeFolder = "/wp-content/themes/mordendk/js/libs/chili/"; 
Modernizr._fontfaceready(function(suppported){
	if (!suppported){
		Cufon.replace('h2',{
			hover: {
				color: '#444'
			}
		});
	}
});

// HTML5 Boilerplate nifty log
window.log = function(){
	log.history = log.history || [];
	log.history.push( arguments );
	if( this.console ){
		console.log( Array.prototype.slice.call( arguments ) );
	}
};

// Ensure MORDENDK namespace
var MORDENDK = MORDENDK || {};

// Remap jQuery to $
(function( $ , log ){
	MORDENDK.Handlers = {
		init: function() {

		}
	}
	$( document ).ready( MORDENDK.Handlers.init );
})( this.jQuery , window.log );


