Skip to content

Commit dba1adb

Browse files
committed
Update build files
1 parent 3045abd commit dba1adb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/cui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35288,7 +35288,7 @@ CUI.util = (function() {
3528835288
};
3528935289

3529035290
util.isInteger = function(n) {
35291-
return n===+n && n===(n|0);
35291+
return Number.isInteger(n);
3529235292
};
3529335293

3529435294
util.isPromise = function(n) {

public/cui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)