Skip to content

Commit d0245b6

Browse files
committed
Rename util to _util to make it clearer it's not to be used normally.
1 parent d7e6175 commit d0245b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,7 @@
21082108
/*
21092109
* Add util object to allow access to private methods for testability.
21102110
*/
2111-
$.timepicker.util = {
2111+
$.timepicker._util = {
21122112
_extendRemove: extendRemove,
21132113
_isEmptyObject: isEmptyObject,
21142114
_convert24to12: convert24to12,

test/jquery-ui-timepicker-addon_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
describe('datetimepicker', function() {
22
describe('utility functions', function() {
3-
var util = $.timepicker.util;
3+
var util = $.timepicker._util;
44

55
describe('extendRemove', function() {
66
var target,

0 commit comments

Comments
 (0)