diff --git a/README.md b/README.md index 6c4efd902..1fc4c14bf 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,6 @@ Scoping in JavaScript is famously broken: Dojo's lang.hitch method will save you Instance methods and variables _always_ need to be accessed with 'this.'. This is a fairly frequent gotcha if you're coming from another language. -The [Dojo site](http://dojotoolkit.org/) has lots of documentation. iD currently uses Dojo 1.7.2 - this has a much better module architecture (AMD) than previously. +The [Dojo site](http://dojotoolkit.org/) has lots of documentation. iD currently uses Dojo 1.8 - this has a much better module architecture (AMD) than previously. Come on in, the water's lovely. More help? Ping RichardF on IRC (irc.oftc.net, in #osm-dev or #osm), on the OSM mailing lists or at richard@systemeD.net. diff --git a/docs/todo.txt b/docs/todo.txt index 36e56b1ac..2f8dcd48e 100755 --- a/docs/todo.txt +++ b/docs/todo.txt @@ -18,6 +18,9 @@ Renderer to do * Node headings (for locks etc.) * Dragging needs tolerance (i.e. less than n pixels and n seconds) +Tagging to do +* dijitTooltipConnector is wrong when an entityUI is clicked + ControllerStates to do: * Try to share as much code as possible * Draw way controller states: diff --git a/index.html b/index.html index 1bedc15da..b7a49a894 100755 --- a/index.html +++ b/index.html @@ -4,12 +4,12 @@