Last active
August 29, 2015 14:07
-
-
Save mattosborn/4cdffa1dd9e729ec66d6 to your computer and use it in GitHub Desktop.
gu bookmarket - expose libs
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
javascript: (function(){require([ | |
'qwery', | |
'bonzo', | |
'bean', | |
'common/utils/$', | |
'common/utils/_', | |
'common/utils/ajax' | |
],function( | |
qwery, | |
bonzo, | |
bean, | |
$, | |
_, | |
ajax | |
){ | |
window.qwery = qwery; | |
window.bonzo = bonzo; | |
window.bean = bean; | |
window.$ = $; | |
window._ = _; | |
window.ajax = ajax; | |
});})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment