Skip to content

Commit d79f26d

Browse files
committed
Merge pull request #248 from tsherif/docs
Doc update.
2 parents 5b09b84 + 4f58b06 commit d79f26d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/brainbrowser/brainbrowser.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
* * **version**: the version of the current instance of BrainBrowser.
3535
* * **CANVAS_ENABLED** Indicates whether the HTML5 canvas is
3636
* available in the current browser.
37-
* * **WEB_WORKERS_ENABLED** Indicates whether Web Workers are
37+
* * **WEB\_WORKERS_ENABLED** Indicates whether Web Workers are
3838
* available in the current browser.
3939
* * **WEBGL_ENABLED** Indicates whether WebGL is available
4040
* in the current browser.
41-
* * **WEBGL_UINT_INDEX_ENABLED** Indicates whether the WebGL
41+
* * **WEBGL\_UINT\_INDEX\_ENABLED** Indicates whether the WebGL
4242
* OES_element_index_uint extension is available in the current browser.
4343
* * **utils**: general utilities for all applications.
4444
* * **events**: event handler functions.
@@ -88,7 +88,7 @@
8888
* @property {boolean} WEBGL_ENABLED Indicates whether WebGL is available
8989
* in the current browser.
9090
* @property {boolean} WEBGL_UINT_INDEX_ENABLED Indicates whether the WebGL
91-
* OES_element_index_uint extension is available in the current browser.
91+
* OES\_element\_index\_uint extension is available in the current browser.
9292
* @property {object} utils General utilities for all applications.
9393
* @property {object} events Event handler functions.
9494
* @property {function} createColorMap A factory function for creating color map objects.

0 commit comments

Comments
 (0)