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