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