Created
April 19, 2009 02:04
-
-
Save mrkurt/97868 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mixer.append_raw_from_array(0); | |
// Including: includes.js | |
Mixer.append_raw_from_array(4); | |
Mixer('header.html'); | |
Mixer.append_raw_from_array(8); | |
Mixer('nav.html', { | |
timeout: 200, //in ms | |
errors : {generic: 'Failed', not_found: 'Content not found', timeout: 'Content timed out'} | |
}); | |
Mixer.append_raw_from_array(12); | |
Mixer('footer.html'); | |
Mixer.append_raw_from_array(16); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment