Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 27, 2016 04:51
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/ac7fc30988830f58c4c4f1245043e70b to your computer and use it in GitHub Desktop.
Save goofmint/ac7fc30988830f58c4c4f1245043e70b to your computer and use it in GitHub Desktop.
var controller = {
__name: 'sample.TreeViewController',
_$tree: null, // ツリービューのDOM
_currentSelected: null, // 選択しているデータについて
__init: function() {
// 初期設定
},
setTreeData: function(dataOrPromise, opt) {
// ツリービューにデータをセット
},
h5.core.expose(controller);
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment