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

Commit fe2af1f

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/sortable.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,22 +153,22 @@ angular.module('ui.sortable', [])
153153
expression.apply(0,arguments); //Sends all of arguments to callBack function.
154154

155155
if(receivedFunct instanceof Function)
156+
{
156157
receivedFunct.apply(0,arguments);
158+
}
157159

158160
}
159-
catch(err)
160-
{
161+
catch(err){
161162
//Can be printed to console.
162163
}
163164
}
164165

165166
value = patchSortableOption(key, expressionCapsule);
166-
}
167-
else
168-
{
169-
value = patchSortableOption(key, value);
170-
}
171-
167+
}
168+
else
169+
{
170+
value = patchSortableOption(key, value);
171+
}
172172

173173
if (!optsDiff) {
174174
optsDiff = {};

0 commit comments

Comments
 (0)