99466464c122bc577e646927ded032557e1efaff
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 var isImplemented = require('../../../math/hypot/is-implemented');
4
5 module.exports = function (a) { a(isImplemented(), true); };