Code Review
/
ccsdk
/
features.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
76b6fa2dcd3921100c2435b9fe66eb7e22e75dff
[ccsdk/features.git]
/
1
$( function() {
2
3
var ui = window.app.ns("ui");
4
5
window.builder = function() {
6
return new ui.SplitButton({
7
label: "Default",
8
items: [
9
{ label: "Action" },
10
{ label: "Another Action" },
11
{ label: "Selected", selected: true }
12
]
13
});
14
};
15
16
});