- do not call goal expansion on meta-calls (that is done by undef).
- docs updates
- fix init code
This commit is contained in:
Vítor Santos Costa
2015-12-15 09:28:43 +00:00
parent 14459cce03
commit 15404b3835
124 changed files with 5167 additions and 1597 deletions

4
docs/application.js Normal file
View File

@@ -0,0 +1,4 @@
$(function () {
$('a').tooltip();
});