Skip to content

Commit

Permalink
代码规范
Browse files Browse the repository at this point in the history
  • Loading branch information
kener committed Sep 10, 2014
1 parent 5048ff9 commit 83e0232
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 145 deletions.
6 changes: 3 additions & 3 deletions src/component/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ define(function (require) {

getBbox: function() {
return [
[this._x, this._y],
[this.getXend(), this.getYend()]
]
[ this._x, this._y ],
[ this.getXend(), this.getYend() ]
];
},

/**
Expand Down
Loading

0 comments on commit 83e0232

Please sign in to comment.