Skip to content

Instantly share code, notes, and snippets.

@seogi1004
Created November 28, 2017 06:00
Show Gist options
  • Save seogi1004/f9c6bcc9f9a239ec0ad10edaf239c0ac to your computer and use it in GitHub Desktop.
Save seogi1004/f9c6bcc9f9a239ec0ad10edaf239c0ac to your computer and use it in GitHub Desktop.
function initTemplate(ctrl, callback) {
$.get("temp/" + ctrl + ".temp", {}, function(temp) {
callback(temp);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment