mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
Fix all res/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -3,7 +3,7 @@ var draggabilly = require('draggabilly')
|
||||
module.exports = angular.module('stf.angular-draggabilly', [
|
||||
|
||||
])
|
||||
.factory('DraggabillyService', function () {
|
||||
.factory('DraggabillyService', function() {
|
||||
return draggabilly
|
||||
})
|
||||
.directive('angularDraggabilly', require('./angular-draggabilly-directive'))
|
||||
|
||||
Reference in New Issue
Block a user