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

Commit 8b6dda7

Browse files
author
Steve Calvert
committed
Upgrading to latest plugin factory. Fixing issue with breaking change in test
1 parent 562ab9b commit 8b6dda7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)