From 484ec319dfbf254136c1806918b4db2c929c7ae1 Mon Sep 17 00:00:00 2001 From: Dennis Hotson Date: Thu, 14 Mar 2013 13:30:14 +0000 Subject: [PATCH] Added a top level Springy namespace --- demo-json.html | 2 +- demo-raphael.html | 14 +- demo-simple.html | 2 +- demo.html | 2 +- springy.js | 1214 +++++++++++++++++++++++---------------------- springyui.js | 24 +- 6 files changed, 635 insertions(+), 623 deletions(-) diff --git a/demo-json.html b/demo-json.html index 2cd8760..8979a1e 100644 --- a/demo-json.html +++ b/demo-json.html @@ -22,7 +22,7 @@ var graphJSON = { }; jQuery(function(){ - var graph = new Graph(); + var graph = new Springy.Graph(); graph.loadJSON(graphJSON); var springy = jQuery('#springydemo').springy({ diff --git a/demo-raphael.html b/demo-raphael.html index 03d0f68..60edd80 100644 --- a/demo-raphael.html +++ b/demo-raphael.html @@ -112,7 +112,7 @@ Raphael.fn.connection = function (obj1, obj2, style) {