Skip to content

Instantly share code, notes, and snippets.

@ds729
ds729 / app.coffee
Created November 10, 2012 05:57 — forked from h5y1m141/app.coffee
Titanium mobile “early” Advent Calendar 2012で紹介したMoment.jsのサンプル
# 最近、CoffeeScript使って書いてるので、元のcoffeeも載せておきます
moment = require('lib/moment.min')
momentja = require('lib/momentja')
mainWindow = Ti.UI.createWindow
title:'Moment.js Sample'
barColor:'#59BB0C'