e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
11 lines
441 B
JavaScript
11 lines
441 B
JavaScript
if(!dojo._hasResource["dojox.highlight.languages._all"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
|
|
dojo._hasResource["dojox.highlight.languages._all"] = true;
|
|
dojo.provide("dojox.highlight.languages._all");
|
|
|
|
/* groups of similar languages */
|
|
dojo.require("dojox.highlight.languages._static");
|
|
dojo.require("dojox.highlight.languages._dynamic");
|
|
dojo.require("dojox.highlight.languages._www");
|
|
|
|
|
|
}
|