mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
All JSHint trough webpack passes now.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = function counterDirective($timeout, $$rAF) {
|
||||
module.exports = function counterDirective($timeout) {
|
||||
return {
|
||||
replace: false,
|
||||
scope: true,
|
||||
@@ -52,7 +52,7 @@ module.exports = function counterDirective($timeout, $$rAF) {
|
||||
}
|
||||
})
|
||||
|
||||
attrs.$observe('countFrom', function (val) {
|
||||
attrs.$observe('countFrom', function (/*val*/) {
|
||||
start()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user