Skip to content

Instantly share code, notes, and snippets.

@alexanderscott
Created February 25, 2013 12:49
Show Gist options
  • Save alexanderscott/5029612 to your computer and use it in GitHub Desktop.
Save alexanderscott/5029612 to your computer and use it in GitHub Desktop.
Add AMD compliance to the end of a script
if (typeof define == 'function' && define.amd)
define(function() { return myObject })
else
window.myObject = myObject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment