projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
80c67cb4faf764da929ee91d30aadc3100908340
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
if (!require('./is-implemented')()) {
4
Object.defineProperty(Array.prototype, 'concat', { value: require('./shim'),
5
configurable: true, enumerable: false, writable: true });
6
}