Skip to content

Commit

Permalink
Merge pull request #52 from JakeWharton/patch-1
Browse files Browse the repository at this point in the history
Add org.json source mapping.
  • Loading branch information
romannurik authored Jan 3, 2018
2 parents 6baf2e9 + b2764b5 commit a8e997b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/ref-inject-code-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ var _PACKAGE_MAP = {
'javax.microedition' : { project:null, tree:null },
'javax.xml' : { project:'platform/libcore', tree:'luni/src/main/java' },
'org' : { project:'platform/libcore', tree:'luni/src/main/java' },
'org.json' : { project:null, tree:null },
'org.json' : { project:'platform/libcore', tree:'json/src/main/java' },
'org.xmlpull' : { project:null, tree:null },
'org.apache.http' : { project:'platform/libcore', tree:'core/java' },
'java.math' : { project:'platform/libcore', tree:'luni/src/main/java' },
Expand Down

0 comments on commit a8e997b

Please sign in to comment.