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:
3
js/parse_tests/import.js
Normal file
3
js/parse_tests/import.js
Normal file
@ -0,0 +1,3 @@
|
||||
D("foo.com","none",
|
||||
A("@","1.2.3.4")
|
||||
);
|
Reference in New Issue
Block a user