Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Dec 6, 2011
1 parent f1a4b5c commit cbb6346
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ticktick.sh
Expand Up @@ -98,7 +98,9 @@ __tick_json_parse_object () {
__tick_json_parse_value () {
local jpath="${1:+$1,}$2"
local prej="${jpath//,/_}"

prej=${prej//\"/}

if [ "$prej" ]; then
prej="_$prej"
fi
Expand Down Expand Up @@ -136,12 +138,12 @@ __tick_json_parse () {
# }} End of code from github

__tick_fun_parse_expression () {
local done=""
local prefix=""
local suffix=""
local done=
local prefix=
local suffix=

local function=""
local arguments=""
local function=
local arguments=

local paren=0

Expand Down

0 comments on commit cbb6346

Please sign in to comment.