Skip to content

Instantly share code, notes, and snippets.

@TechnotronicOz
Created February 26, 2013 23:34
Show Gist options
  • Save TechnotronicOz/5043400 to your computer and use it in GitHub Desktop.
Save TechnotronicOz/5043400 to your computer and use it in GitHub Desktop.
Modernizr Load
Modernizr.load [
load: "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"
complete: ->
Modernizr.load "js/vendor/jquery-1.9.1.min.js" unless window.jQuery
,
load: ["//use.typekit.net/iyl5mxg.js"]
complete: ->
try
Typekit.load()
,
load: ["js/compiled.js", "js/main.js"]
complete: ->
appView = new hawk.views.App()
appView.render()
new hawk.router()
Backbone.history.start( pushState: true )
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment