projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
11df571754857f53ac88668ce74e576e3e825a16
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var firstIndex = require('./first-index');
4
5
module.exports = function () {
6
var i;
7
if ((i = firstIndex.call(this)) !== null) return this[i];
8
return undefined;
9
};