Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
fixed #1 リビジョンのテーブルをカラムを指定してソートできるようにする
Browse files Browse the repository at this point in the history
- test was failing...
  • Loading branch information
ryu1kn committed Feb 25, 2015
1 parent b878e9d commit 249caf2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"objectLiteralShorthandProperties": true,
"destructuring": true,
"arrowFunctions": true,
"jsx": true
"jsx": true,
"templateStrings": true
},
"env": {
"node": true,
Expand Down
1 change: 0 additions & 1 deletion src/ui/actions/Actions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

var Dispatcher = require('../dispatcher/Dispatcher');
var {Actions, ToggleCheckedAsOrder} = require('../const');
var _ = require('underscore');



Expand Down
1 change: 0 additions & 1 deletion src/ui/app/revision.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,3 @@ var Revision = React.createClass({
}
});
module.exports = Revision;

0 comments on commit 249caf2

Please sign in to comment.