Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Unified Diff: appengine/config_service/ui/bower_components/accessibility-developer-tools/main.js

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/config_service/ui/bower_components/accessibility-developer-tools/main.js
diff --git a/appengine/config_service/ui/bower_components/accessibility-developer-tools/main.js b/appengine/config_service/ui/bower_components/accessibility-developer-tools/main.js
new file mode 100644
index 0000000000000000000000000000000000000000..d92b110b43750f41045d304379b73b2a2c122d7d
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/accessibility-developer-tools/main.js
@@ -0,0 +1,7 @@
+// This exposes the ./dist Javascript file for node libraries.
+// It also unwraps the main axs package so Audit and other objects are exposed
+// directly in the node library
+
+var library = require('./dist/js/axs_testing'); // eslint-disable-line no-undef
+
+module.exports = library.axs; // eslint-disable-line no-undef

Powered by Google App Engine
This is Rietveld 408576698