c55b26c464bce57b3aeb2ebb93cbfd2942d49cd7
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 if (!require('./is-implemented')()) {
4         Object.defineProperty(Math, 'fround', { value: require('./shim'),
5                 configurable: true, enumerable: false, writable: true });
6 }