Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit c856f77

Browse files
committed
Merge pull request #53 from mobify/plugin-fix
Upgrading to latest plugin factory
2 parents 562ab9b + 57154fb commit c856f77

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
5.0.0
2+
- Upgrading to latest version of plugin factory
23
- Adding `destroy` method
34
- Removing `event` option in favour of internalizing a namespaced event
45
4.1.2

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"./!(src|dist|lib|templates)"
2020
],
2121
"dependencies": {
22-
"plugin": "2.1.0",
22+
"plugin": "~3.0.0",
2323
"mobify-velocity": "1.1.2",
2424
"requirejs-text": "~2.0.12",
2525
"requirejs": "~2.1.14"

tests/unit/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ define([
120120
}
121121
});
122122

123+
$element.bellows('add', items);
123124
$element
124-
.bellows('add', items)
125125
.find('.bellows__header:eq(3)')
126126
.trigger('click');
127127
});

0 commit comments

Comments
 (0)