add notes: not a public API

This commit is contained in:
Norbert Renner 2015-06-19 12:11:51 +02:00
parent f13f6e479e
commit 14f8484953
2 changed files with 3 additions and 0 deletions

View file

@ -102,6 +102,8 @@
<script>
// global package prefix for BRouter web application
BR = {};
console.log('\r\n###\r\n### BRouter-Web\r\n###\r\n### Please note that the routing API used here is not public!\r\n###\r\n');
</script>
<script src="config.js"></script>