Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/io-toggle.js

Issue 29730644: Issue 6514 - IOToggle Custom Element (Closed)
Patch Set: applied changes Created April 27, 2018, 1:56 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« skin/io-toggle.css ('K') | « tests/io-toggle.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/io-toggle.js
===================================================================
new file mode 100644
--- /dev/null
+++ b/tests/io-toggle.js
@@ -0,0 +1,5 @@
+/* globals require */
Thomas Greiner 2018/05/02 11:53:28 Detail: This should no longer be necessary now.
+
+"use strict";
+
+require("../js/io-toggle");
« skin/io-toggle.css ('K') | « tests/io-toggle.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld