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

Commit 415d983

Browse files
committed
Travis-ci - There is no fail
There is no missing semicolon.
1 parent fe2af1f commit 415d983

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/sortable.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,11 @@ angular.module('ui.sortable', [])
158158
}
159159

160160
}
161-
catch(err){
162-
//Can be printed to console.
161+
catch(err)
162+
{
163+
163164
}
165+
164166
}
165167

166168
value = patchSortableOption(key, expressionCapsule);

0 commit comments

Comments
 (0)