view rhodecode/public/js/pyroutes_map.js @ 3640:4f80df0d45c8 beta

unified flash msg tests
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 30 Mar 2013 16:17:56 +0100
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 = {

}