From e2dc232392de1ab381a9fc14b31e60354533206d Mon Sep 17 00:00:00 2001 From: gered Date: Fri, 20 May 2016 18:13:55 -0400 Subject: [PATCH] add "type" to hint maps --- src/views/core.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/core.clj b/src/views/core.clj index c15067c..28558a0 100644 --- a/src/views/core.clj +++ b/src/views/core.clj @@ -300,8 +300,8 @@ (defn hint "Create a hint." - [namespace hint] - {:namespace namespace :hint hint}) + [namespace hint type] + {:namespace namespace :hint hint :type type}) (defn add-hint! "Add a hint to the system."