projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
30d53be2d7abbe7b09146c34d0e064b035e2a86b
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var isImplemented = require('../../../array/of/is-implemented');
4
5
module.exports = function (a) { a(isImplemented(), true); };