Code Review
/
ccsdk
/
features.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c37df9c90020f4680ac8af70f8a051a0ac2127ee
[ccsdk/features.git]
/
1
$( function() {
2
3
var ui = window.app.ns("ui");
4
5
window.builder = function() {
6
return new ui.RefreshButton({
7
onRefresh: function() { console.log("-> refresh", arguments ); },
8
onChange: function() { console.log("-> change", arguments ); }
9
});
10
};
11
12
});