Skip to content

Commit

Permalink
Merge pull request #91 from beenotung/master
Browse files Browse the repository at this point in the history
added support to Elm
  • Loading branch information
justjavac authored Feb 2, 2018
2 parents acab3b3 + e2deff4 commit b503c5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file added apps/elm.ico
Binary file not shown.
5 changes: 5 additions & 0 deletions js/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,11 @@ var appinfo = {
url: 'http://ionicframework.com/',
priority: 1.5
},
'Elm': {
icon: 'elm.ico',
url: 'http://elm-lang.org/',
priority: 1.5
},
'D3': {
icon: 'D3.svg',
url: 'http://d3js.org/',
Expand Down
3 changes: 3 additions & 0 deletions js/detector.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,9 @@
'Ionic': function () {
return window.Ionic || window.ionic;
},
'Elm': function () {
return window.Elm;
},
'Ning': function() {
return window.ning;
},
Expand Down

0 comments on commit b503c5b

Please sign in to comment.