Skip to content

Commit 6c7aa3f

Browse files
committed
use component tags in shared examples
1 parent dc5756d commit 6c7aa3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/viewer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function refresh(){
5353
mode = RegExp.$1;
5454

5555
if (name && typeof lookup[name] == 'function') {
56-
lookup[name]({render}, {Datagrid: 'ax-datagrid'}, templates, data);
56+
lookup[name]({render}, templates, data);
5757
}
5858
else {
5959
index(name);

0 commit comments

Comments
 (0)