Skip to content

Instantly share code, notes, and snippets.

@mattosborn
Last active August 29, 2015 14:07
Show Gist options
  • Save mattosborn/4cdffa1dd9e729ec66d6 to your computer and use it in GitHub Desktop.
Save mattosborn/4cdffa1dd9e729ec66d6 to your computer and use it in GitHub Desktop.
gu bookmarket - expose libs
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