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 }