diff --git a/source/css/Ox.UI.classic.css b/source/css/Ox.UI.classic.css index 73b225b1..01584a2d 100644 --- a/source/css/Ox.UI.classic.css +++ b/source/css/Ox.UI.classic.css @@ -381,4 +381,4 @@ Miscellaneous color: rgba(128, 128, 128, 1); -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); -} \ No newline at end of file +} diff --git a/source/css/Ox.UI.modern.css b/source/css/Ox.UI.modern.css index bacd914b..3e599b47 100644 --- a/source/css/Ox.UI.modern.css +++ b/source/css/Ox.UI.modern.css @@ -398,4 +398,4 @@ Miscellaneous color: rgba(128, 128, 128, 1); -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); -} \ No newline at end of file +} diff --git a/source/js/Ox.UI/Calendar/Ox.Calendar.js b/source/js/Ox.UI/Calendar/Ox.Calendar.js index ded98a2b..b219a622 100644 --- a/source/js/Ox.UI/Calendar/Ox.Calendar.js +++ b/source/js/Ox.UI/Calendar/Ox.Calendar.js @@ -309,7 +309,7 @@ Ox.Calendar = function(options, self) { .css({ textAlign: 'center' }); - + renderCalendar(); function changeDate() { diff --git a/source/js/Ox.UI/Core/Ox.JQueryElement.js b/source/js/Ox.UI/Core/Ox.JQueryElement.js index cb2884b1..a80c0ecc 100644 --- a/source/js/Ox.UI/Core/Ox.JQueryElement.js +++ b/source/js/Ox.UI/Core/Ox.JQueryElement.js @@ -35,4 +35,4 @@ Ox.forEach($('
'), function(val, key) { Ox.UI.elements[id] : ret; }; } -}); \ No newline at end of file +}); diff --git a/tests/index.html b/tests/index.html index 210fb321..82b07bc6 100644 --- a/tests/index.html +++ b/tests/index.html @@ -3,15 +3,11 @@ Ox.js Tests - - - - + - - \ No newline at end of file + diff --git a/tests/png.html b/tests/png.html index 3b06c03b..d270f50c 100644 --- a/tests/png.html +++ b/tests/png.html @@ -9,8 +9,7 @@ font-size: 12px; } - - + - \ No newline at end of file + diff --git a/tests/tests.js b/tests/tests.js index 0457efac..a2b2c23b 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -1,4 +1,4 @@ -Ox.UI(function() { +Ox.load('UI', function() { //Ox.UI.ready(function() { @@ -27,7 +27,7 @@ Ox.UI(function() { setBackground($tests, true); - tests(['../build/js/ox.js'/*, '../build/js/ox.data.js'*/]); + tests(['../build/js/Ox.js'/*, '../build/js/ox.data.js'*/]); function tests() { var succeeded = 0, failed = 0, @@ -131,4 +131,4 @@ Ox.UI(function() { }); } -}); \ No newline at end of file +});