diff rhodecode/public/js/pyroutes_map.js @ 3388:cb40b3f6428c beta

review members are dynamically changed based on selected other_repo owner - implemented pyroutes for smarter JS url handling - fixed some old style global var routing
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 20 Feb 2013 01:59:50 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rhodecode/public/js/pyroutes_map.js	Wed Feb 20 01:59:50 2013 +0100
@@ -0,0 +1,11 @@
+//Format is key == name
+//    "mark_error_fixed": [ # key
+//        "/mark_error_fixed/%(error_id)s", #url template 
+//        [ 
+//            "error_id" # list of args
+//        ]
+//    ], 
+//
+var PROUTES_MAP = {
+
+}
\ No newline at end of file