Skip to content

Commit

Permalink
Updates cameronwp#3 fix indentatiion
Browse files Browse the repository at this point in the history
  • Loading branch information
craraulsalazar committed Jun 23, 2015
1 parent 41ade96 commit 079431d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ var resizePizzas = function(size) {

//Set the percentage width in this case statement
//replacing the 'determineDx' function, which is very expensive
var newwidth=0;
var newwidth=0;
switch(size) {
case "1":
newwidth = 25;
Expand Down

0 comments on commit 079431d

Please sign in to comment.