334bc584cf77785183669a91a7c2a5639dada6df
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 module.exports = require('./is-implemented')()
4         ? Math.hypot
5         : require('./shim');