Skip to content

Commit

Permalink
Null, not nil
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkub committed Dec 24, 2012
1 parent 889fc0c commit d5df854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"storage",
"https://api.parse.com/*"
],
"version": "0.15"
"version": "0.16"
}
3 changes: 2 additions & 1 deletion script.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ getBookmarkData = (bookmark) ->


saveBookmarkData = (key, data) ->
data.objectId = nil
data.id = null
data.objectId = null
console.log "New data", data
$.parse.post 'bookmarks', data, (json) ->
console.log("Saved to parse", json)
Expand Down

0 comments on commit d5df854

Please sign in to comment.