Reduce interpolation in export/start.js.erb

This commit is contained in:
John Firebaugh 2012-08-25 18:21:14 -07:00 committed by Tom Hughes
parent 7ad58d1411
commit c2333c603e
3 changed files with 26 additions and 13 deletions

View file

@ -0,0 +1,4 @@
OSM = {
MAX_REQUEST_AREA: <%= MAX_REQUEST_AREA.to_json %>,
SERVER_URL: <%= SERVER_URL.to_json %>
};