Created
December 1, 2010 19:56
-
-
Save tbranyen/724107 to your computer and use it in GitHub Desktop.
handler shell
This file contains 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
(function(window) { | |
window.renderTemplate = function() { | |
var template, context; | |
// AJAX implementation block | |
// Container node to render template into and paths to template and context | |
return function(node, paths) { | |
}; | |
// Fetch template and context block | |
// Render block | |
}(); | |
})(this); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment