mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
21 lines
251 B
Plaintext
21 lines
251 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
|
||
|
```
|