mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 02:11:47 +00:00
js:add @namespace annotation to namespaces
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
|
||||
/**
|
||||
* @const
|
||||
*/
|
||||
* @namespace
|
||||
*/
|
||||
var NamespaceA = NamespaceA || {};
|
||||
|
||||
/**
|
||||
* @const
|
||||
*/
|
||||
* @namespace
|
||||
*/
|
||||
NamespaceA.NamespaceB = NamespaceA.NamespaceB || {};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user