view rhodecode/public/js/pyroutes_map.js @ 4115:8b7294a804a0 rhodecode-2.2.5-gpl

Update CONTRIBUTORS with new contributors from RhodeCode v2.2.5
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:03:10 -0400
parents cb40b3f6428c
children
line wrap: on
line source

//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}