reubano / canviz

Automatically exported from code.google.com/p/canviz
0 stars 0 forks source link

Prefix all class names with "Canviz" to pollute the namespace less #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
canviz.js defines these global variables (classes):

Tokenizer
Entity
Node
Edge
Graph
Canviz
CanvizImage

Those names that don't begin with "Canviz" should. Canviz shouldn't claim 
global variable names 
that are so generic.

Original issue reported on code.google.com by ryandesi...@gmail.com on 5 Jan 2009 at 10:05

GoogleCodeExporter commented 8 years ago
Fixed in r250.

Original comment by ryandesi...@gmail.com on 5 Jan 2009 at 10:13