projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f3bb00883bb9785eac759c47c80553259eefebb8
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var str = 'razdwatrzy';
4
5
module.exports = function () {
6
if (typeof str.endsWith !== 'function') return false;
7
return ((str.endsWith('trzy') === true) && (str.endsWith('raz') === false));
8
};