diff options
Diffstat (limited to 'src/client/view/tab.js')
| -rw-r--r-- | src/client/view/tab.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view/tab.js b/src/client/view/tab.js index 2f642409..586e308a 100644 --- a/src/client/view/tab.js +++ b/src/client/view/tab.js @@ -1,6 +1,6 @@ "use strict" -define(['jquery', 'Bacon_wrapper'], +define(['jquery', 'Bacon'], function($, Bacon) { function Tab(dict) { |
