diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-10-13 18:36:58 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-10-13 18:36:58 +0200 |
commit | 8bbc69616f91e9d09302d8a00f845b74e37d535f (patch) | |
tree | 50519e1012c6aaa06a502aca48ed7f6b4fa5398f /.meteor/versions | |
parent | e504ac28940f614652f8e414aa0a67f60985bb89 (diff) | |
download | wekan-8bbc69616f91e9d09302d8a00f845b74e37d535f.tar.gz wekan-8bbc69616f91e9d09302d8a00f845b74e37d535f.tar.bz2 wekan-8bbc69616f91e9d09302d8a00f845b74e37d535f.zip |
Abstract the jquery-textcomplete integration with EscapeActions
We now can re-use this integration in multiple places, this will be
useful for #342 for instance.
Diffstat (limited to '.meteor/versions')
-rw-r--r-- | .meteor/versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.meteor/versions b/.meteor/versions index 672a85e8..f9e968c1 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -89,7 +89,7 @@ mquandalle:autofocus@1.0.0 mquandalle:collection-mutations@0.1.0 mquandalle:jade@0.4.3_1 mquandalle:jade-compiler@0.4.3 -mquandalle:jquery-textcomplete@0.3.9_1 +mquandalle:jquery-textcomplete@0.8.0_1 mquandalle:jquery-ui-drag-drop-sort@0.1.0 mquandalle:moment@1.0.0 mquandalle:mousetrap-bindglobal@0.0.1 |