IOS stylers

This commit is contained in:
vakrilov
2015-10-29 15:27:12 +02:00
parent 815a4fc23c
commit 7e85de351e
9 changed files with 95 additions and 11 deletions

View File

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