From 2b8b30ad1ee8d3565929914cbbe132cb72c9f093 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Tue, 16 Oct 2012 20:54:46 -0400 Subject: [PATCH] Liberate Connection, use jQuery for ajax --- index.html | 10 +++ js/iD/Connection.js | 137 ++++++++++++++++++----------------- js/iD/Node.js | 4 +- js/iD/renderer/Map.js | 40 +++++----- js/iD/renderer/NodeUI.js | 4 +- js/iD/styleparser/RuleSet.js | 92 +++++++++++------------ js/iD/styleparser/Style.js | 4 +- js/lib/jquery-1.8.2.min.js | 2 + potlatch.css | 21 ++++-- test/index.html | 3 + test/spec/Connection.js | 11 +++ 11 files changed, 182 insertions(+), 146 deletions(-) create mode 100644 js/lib/jquery-1.8.2.min.js create mode 100644 test/spec/Connection.js diff --git a/index.html b/index.html index ad8e27618..a82088e73 100755 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ +