Skip to content

Instantly share code, notes, and snippets.

@dehenne
Created February 24, 2017 06:00
Show Gist options
  • Save dehenne/d3816bf2108a691bc54007d8cca30a83 to your computer and use it in GitHub Desktop.
Save dehenne/d3816bf2108a691bc54007d8cca30a83 to your computer and use it in GitHub Desktop.
require(['Ajax'], function(Ajax) {
Ajax.get('package_quiqqer_test_ajax_helloworld', function(result) {
console.log(result);
}, {
'package': 'quiqqer/test'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment