From e7c9e4d0cc41b08dee52c87c437aee54c6f423ec Mon Sep 17 00:00:00 2001 From: hamza zia Date: Sun, 6 Jan 2013 15:52:27 +0500 Subject: [PATCH] removed requirejs shim --- index.html | 5 ++--- js/script.js | 8 -------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index db32235..cfe4953 100755 --- a/index.html +++ b/index.html @@ -14,17 +14,16 @@ - + - - + diff --git a/js/script.js b/js/script.js index 3ad5f47..634061e 100755 --- a/js/script.js +++ b/js/script.js @@ -1,13 +1,5 @@ /* vim: set tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab: */ Piecon.setOptions({fallback: 'force'}); -require.config({ - baseUrl: "js/" -}); -require([ - "text!script.js" -], function (txt) { - alert(txt); -}); var graphSize = 15; var graphData = [];