[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
siami
/
js
/
[
Home
]
File: custom - Copy.js
(function($) { /* "use strict" */ var eres = function(){ var screenWidth = $(window).width(); var setChartWidth = function(){ } /* Function ============ */ return { init:function(){ }, load:function(){ }, resize:function(){ } } }(); jQuery(document).ready(function(){ eres.init(); }); jQuery(window).on('load',function(){ eres.load(); }); jQuery(window).on('resize',function(){ eres.resize(); }); })(jQuery);