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