commit test fixture

This commit is contained in:
Jeff Williams 2015-01-19 10:04:30 -08:00
parent c6528bb090
commit 16b8aa0a73

18
test/fixtures/memberoftag5.js vendored Normal file
View File

@ -0,0 +1,18 @@
'use strict';
/**
* Socket class.
* @class
* @memberof module:network
*/
function Socket() {}
/**
* Open the socket.
*/
Socket.prototype.open = function() {};
/**
* Unique identifier for `Socket` class.
*/
Socket.uid = '12345';