var rvs="201504201315-BB"; requirejs.config({ baseUrl: '/skin/default/js/lib', urlArgs: "cache=" + rvs, paths: { custom: '../custom', jquery: [ '//code.jquery.com/jquery-1.9.1.min', 'jquery-1.9.1.min' ], googleFonts: [ '//ajax.googleapis.com/ajax/libs/webfont/1.5.10/webfont' ] }, shim: { "jquery.colorbox-min": ["jquery"] } }); requirejs(['jquery', 'googleFonts', 'slideshow', 'size', 'scrollTo', 'jquery.colorbox-min', 'tooltip', 'custom/commonController', 'custom/menuController', 'custom/formController', 'custom/googleMaps', 'custom/itemsController'], function ($, googleFonts, slideshow, SizeController, scrollTo, colorbox, tooltip, MenuController, CommonController, FormController, GoogleMapsController, ItemsController) { });