summaryrefslogtreecommitdiff
path: root/wikipedia/views/js/main.js
Commit message (Collapse)AuthorAge
* Removed HTML related codeRory MacQueen2013-08-30
| | | | [endlessm/eos-sdk#279]
* Restructured wikipedia webview to build HTML in memoryRory MacQueen2013-08-06
| | | | | | | | | It was becoming too complicated trying to modify the index file on disk to account for relative paths. I restructured the code so that the HTML is now built dynamically, in memory, and then saved to a temp file, from which it is loaded into webkit. This way we can write all the paths based on the current directory [endlessm/eos-sdk#220]
* Fix for property errorRory MacQueen2013-08-02
| | | | [endlessm/eos-sdk#206]
* Integrate Wikipedia into SDK build systemPhilip Chimento2013-08-02
Now you should be able to import the app generator using const EndlessWikipedia = imports.wikipedia.EndlessWikipedia; [endlessm/eos-sdk#206] [endlessm/eos-sdk#206]