Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
y1j2x34 committed Dec 19, 2017
1 parent 4bdc34b commit 1d5e9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -49,7 +49,7 @@ npm run test_phantomjs

```js
var Point = Class.create({
static: {
statics: {
DIMENSION: 1
},
init: function(self, x, y){
Expand Down Expand Up @@ -371,4 +371,4 @@ console.info(Color.RED.name() === 'RED'); // true
var State = Class.createEnum(['Stopped','Running', 'Paused']);
console.info(State.Stopped instanceof State); // true
console.info(State.values());// [Stopped {}, Running {}, Paused {} ]
```
```

0 comments on commit 1d5e9d9

Please sign in to comment.