Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F995837
channel.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
396 B
Referenced Files
None
Subscribers
None
channel.js
View Options
var
Sealious
=
require
(
"../main.js"
);
var
chip
=
require
(
"./chip.js"
);
/*
Represents channel.
@constructor
@param {string} name - name of channel
return void
*/
function
channel
(
name
)
{
this
.
name
=
name
;
this
.
longid
=
"channel."
+
name
;
this
.
default_configuration
=
{};
Sealious
.
ChipManager
.
add_chip
(
"channel"
,
this
.
name
,
this
);
}
channel
.
prototype
=
new
chip
();
module
.
exports
=
channel
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 23, 21:40 (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
556971
Default Alt Text
channel.js (396 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment