Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
update application.rb
Commit Description:
update application.rb
define ( [], function () {
"use strict" ;
// Matches dashed string for camelizing
var rmsPrefix = /^-ms-/ ,
rdashAlpha = /-([a-z])/g ;
// Used by camelCase as callback to replace()
function fcamelCase ( all , letter ) {
return letter . toUpperCase ();
}
// Convert dashed to camelCase; used by the css and data modules
// Support: IE <=9 - 11, Edge 12 - 15
// Microsoft forgot to hump their vendor prefix (#9572)
function camelCase ( string ) {
return string . replace ( rmsPrefix , "ms-" ). replace ( rdashAlpha , fcamelCase );
}
return camelCase ;
} );
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings