]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/baggy/js/autoCompleteTags.js
es6 imports
[github/wallabag/wallabag.git] / app / Resources / static / themes / baggy / js / autoCompleteTags.js
index f287ebfa9168dcf127f2f20f207560af8571263b..64fdaa927e441ac745cf5a6b8ff8cc20763eb2c2 100755 (executable)
@@ -5,4 +5,4 @@ function extractLast(term) {
   return split(term).pop();
 }
 
-export { split, extractLast };
+export default { split, extractLast };