Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 27, 2016 01:57
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/2537855f651955126e36a32708285063 to your computer and use it in GitHub Desktop.
Save goofmint/2537855f651955126e36a32708285063 to your computer and use it in GitHub Desktop.
(function() {
h5.u.obj.expose('sample.util', {
createDefaultControllerView: function(ctrl, param) {
ctrl.view.update(ctrl.rootElement, ctrl.__name, param);
},
});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment