Skip to content

Commit

Permalink
change half_ppr value
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjzheng committed Jul 25, 2015
1 parent a8a3708 commit 1d4cd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/services/rankings.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ffServices.factory('Rankings', function(){
var formats = [ {label: 'Standard', value: 'standard'},
{label: 'PPR', value: 'ppr'},
{label: '0.5 PPR', value: 'half'} ];
{label: '0.5 PPR', value: 'half_ppr'} ];

var positions = ['RB', 'WR', 'QB', 'TE'];

Expand Down

0 comments on commit 1d4cd45

Please sign in to comment.