From 870334be3f58507c05bfc72f3edbe5db10af4caf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 2 Apr 2013 20:06:16 +0400 Subject: remove dojo uncompressed files --- lib/dojo/router.js.uncompressed.js | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 lib/dojo/router.js.uncompressed.js (limited to 'lib/dojo/router.js.uncompressed.js') diff --git a/lib/dojo/router.js.uncompressed.js b/lib/dojo/router.js.uncompressed.js deleted file mode 100644 index 5003963a5..000000000 --- a/lib/dojo/router.js.uncompressed.js +++ /dev/null @@ -1,28 +0,0 @@ -define("dojo/router", [ - "./router/RouterBase" -], function(RouterBase){ - - // module: - // dojo/router - -/*===== -return { - // summary: - // A singleton-style instance of dojo/router/RouterBase. See that - // module for specifics. - // example: - // | router.register("/widgets/:id", function(evt){ - // | // If "/widgets/3" was matched, - // | // evt.params.id === "3" - // | xhr.get({ - // | url: "/some/path/" + evt.params.id, - // | load: function(data){ - // | // ... - // | } - // | }); - // | }); -}; -=====*/ - - return new RouterBase({}); -}); -- cgit v1.2.3