1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Adding simple require functionality to js (#58)

* Adding simple require functionality to js

* comment
This commit is contained in:
Craig Peterson
2017-03-27 16:01:12 -06:00
committed by GitHub
parent b0333f3244
commit efb8e9bbf4
5 changed files with 45 additions and 1 deletions

3
js/parse_tests/import.js Normal file
View File

@ -0,0 +1,3 @@
D("foo.com","none",
A("@","1.2.3.4")
);