From 64d825c1cf08db0a48726d5b1836a37a16b8c47e Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Thu, 19 May 2016 09:54:58 +0300 Subject: [PATCH] Update Readme.md --- application/Readme.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/application/Readme.md b/application/Readme.md index cc215353f..bd8d14e34 100644 --- a/application/Readme.md +++ b/application/Readme.md @@ -1,12 +1 @@ -# Ani -```javascript -// put this in the bootstrap.js -var app = require("application"); -var frameModule = require("ui/frame"); - -app.onLaunch = function(context) { - var frame = new frameModule.Frame(); - frame.navigate("testPage"); -} -``` - +Contains the application abstraction with all related methods.