Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
no functional changes
  • Loading branch information
esatterwhite committed Jul 22, 2016
1 parent 4deb11a commit 7f8d6c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/resource/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,10 @@ module.exports = RethinkResource = new Class({
}

, sort: function offset( mquery, rquery ){
var r = this.options.queryset._r;
var allowed = this.options.ordering || [];
var that = this;
var r, allowed, that;
r = this.options.queryset._r;
allowed = this.options.ordering || [];
that = this;
toArray( rquery.orderby ).forEach( function( param ){
var bits = orderExp.exec( param )
, dir
Expand Down

0 comments on commit 7f8d6c6

Please sign in to comment.