Update a test page.

This commit is contained in:
Vasil Chimev
2015-11-03 16:45:07 +02:00
parent ba811c6b06
commit 164025f11b
6 changed files with 37 additions and 4 deletions

View File

@ -0,0 +1,5 @@
import frame = require("ui/frame");
export function navigate(args) {
frame.topmost().navigate("segmented-bar/clean");
}