pennz/DataViz

View on GitHub
GraphVizOnline/ace/ext-error_marker.js

Summary

Maintainability
A
1 hr
Test Coverage
;
                (function() {
                    window.require(["ace/ext/error_marker"], function(m) {
                        if (typeof module == "object" && typeof exports == "object" && module) {
                            module.exports = m;
                        }
                    });
                })();