mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
21 lines
231 B
Plaintext
21 lines
231 B
Plaintext
---
|
|
layout: page
|
|
title: "Textile"
|
|
date: 2011-08-01 08:13
|
|
comments: true
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
``` coffeescript
|
|
_Tweets_ = 1
|
|
|
|
module.exports = Tweets
|
|
```
|
|
|
|
``` coffeescript
|
|
Tweets = 1
|
|
foo && bar
|
|
module.exports = Tweets
|
|
```
|