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

Commit ec1b5f7

Browse files
committed
Travis-ci fix again
1 parent d27f190 commit ec1b5f7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/sortable.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ angular.module('ui.sortable', [])
145145

146146
var expression = scope[key]; //Scope variable can be changed on fly.
147147
var receivedFunct = scope.received;
148-
var expressionCapsule = function(e, ui)
148+
var expressionCapsule = function()
149149
{
150150
try
151151
{
@@ -162,12 +162,12 @@ angular.module('ui.sortable', [])
162162
}
163163
}
164164

165-
value = patchSortableOption(key, expressionCapsule);
166-
}
167-
else
168-
{
169-
value = patchSortableOption(key, value);
170-
}
165+
value = patchSortableOption(key, expressionCapsule);
166+
}
167+
else
168+
{
169+
value = patchSortableOption(key, value);
170+
}
171171

172172

173173
if (!optsDiff) {

0 commit comments

Comments
 (0)