projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fe53f28143ad0ca17c977afbcde35bf06991778a
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
if (!require('./is-implemented')()) {
4
Object.defineProperty(Number, 'isInteger', { value: require('./shim'),
5
configurable: true, enumerable: false, writable: true });
6
}