mirror of https://github.com/buggins/dlangui.git
tiny misprint
This commit is contained in:
parent
d313f94e55
commit
2727daee47
|
@ -233,7 +233,7 @@ $(document).ready(function() {
|
||||||
// use stderror for logging
|
// use stderror for logging
|
||||||
setStderrLogger();
|
setStderrLogger();
|
||||||
// set log level
|
// set log level
|
||||||
setLogLevel(LogLeve.Debug);
|
setLogLevel(LogLevel.Debug);
|
||||||
|
|
||||||
// usage:
|
// usage:
|
||||||
|
|
||||||
|
@ -321,4 +321,4 @@ setLogLevel(LogLeve.Debug);
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue