mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
JSHint.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
var _ = require('lodash')
|
||||
|
||||
module.exports = function angularPackeryDirective(PackeryService, DraggabillyService, $timeout, $parse) {
|
||||
module.exports = function angularPackeryDirective(PackeryService,
|
||||
DraggabillyService, $timeout, $parse) {
|
||||
|
||||
return {
|
||||
restrict: 'AE',
|
||||
link: function (scope, element, attrs) {
|
||||
|
||||
Reference in New Issue
Block a user