Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 27, 2016 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/3d549ac8b50d52c8ab7b38df04382acd to your computer and use it in GitHub Desktop.
Save goofmint/3d549ac8b50d52c8ab7b38df04382acd to your computer and use it in GitHub Desktop.
(function() {
var controller = {
__name: 'sample.AppPurchaseManagerLogic',
getShortcutTree: function() {
return sample.util.ajax(sample.consts.url.FILE_TREE);
}
};
h5.core.expose(controller);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment