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

docs/ Remove whitespace at EOL

This commit is contained in:
Tom Limoncelli
2017-08-29 13:49:39 -04:00
parent 4244d5f638
commit d7845e046c
15 changed files with 24 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ layout: default
# Javascript DSL
DNSControl uses javascript as its primary input language to provide power and flexibility to configure your domains. The ultimate purpose of the javascript is to construct a
[DNSConfig](https://godoc.org/github.com/StackExchange/dnscontrol/models#DNSConfig) object that will be passed to the go backend and operated on.
[DNSConfig](https://godoc.org/github.com/StackExchange/dnscontrol/models#DNSConfig) object that will be passed to the go backend and operated on.
{% include funcList.md title="Top Level Functions" dir="global" %}
@@ -23,6 +23,6 @@ DNSControl uses javascript as its primary input language to provide power and fl
}
}
f();
$(window).on('hashchange',f);
$(window).on('hashchange',f);
})
</script>