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