b560c2c36b0d4b866462ecbd1ee30cc0dd3c46a9
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 module.exports = function (t, a) {
4         a(t({}), true, "Empty");
5         a(t({ 1: 1 }), false, "Not empty");
6 };