Skip to content

Commit

Permalink
Meh, miss some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
berbaquero committed Mar 21, 2015
1 parent 292edcd commit aadd854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/modules/current-selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var CurrentSelection = (function() {
}

name = loadedSelection ? loadedSelection.name : 'frontPage';
type = loadedSelection ? loadedSelection.type : type.sub;
type = loadedSelection ? loadedSelection.type : Types.SUB;
};

var setSubreddit = function(sub) {
Expand Down

0 comments on commit aadd854

Please sign in to comment.