Skip to content
Snippets Groups Projects
Commit 3668cdf5 authored by Jim's avatar Jim
Browse files

Update api.js.coffee

CoffeeScript doesn't like that
parent 995e656a
No related branches found
No related tags found
1 merge request!4297Update api.js.coffee
Loading
Loading
@@ -50,5 +50,5 @@
callback(users)
 
buildUrl: (url) ->
url = gon.relative_url_root + url if gon.relative_url_root.present?
url = gon.relative_url_root + url if gon.relative_url_root?
return url.replace(':version', gon.api_version)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment