Skip to content

Instantly share code, notes, and snippets.

View nazrdogan's full-sized avatar
🎯
Busy

Nazır Doğan nazrdogan

🎯
Busy
View GitHub Profile
open -a Google\ Chrome\ Canary --args --disable-web-security
@nazrdogan
nazrdogan / app.js
Last active August 29, 2015 14:14 — forked from mauropm/app.js
Ti.include('utils.js');
// Base window
var win = Ti.UI.createWindow();
// Base launch button
var button = Ti.UI.createButton({
title:'Press here',
top: 10,
left: 10,