app/assets/javascripts/casino/application.js in casino-2.0.7 vs app/assets/javascripts/casino/application.js in casino-3.0.0.pre.1
- old
+ new
@@ -1,10 +2 @@
// Place all the behaviors and hooks related to the matching controller here.
-(function(win) {
- if(!win.CASino) {
- win.CASino = { baseUrl: '/' };
- }
-
- win.CASino.url = function(path) {
- return win.CASino.baseUrl + path;
- }
-})(this);