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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 // This exposes the ./dist Javascript file for node libraries.
2 // It also unwraps the main axs package so Audit and other objects are exposed
3 // directly in the node library
4
5 var library = require('./dist/js/axs_testing'); // eslint-disable-line no-undef
6
7 module.exports = library.axs; // eslint-disable-line no-undef
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698