mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Fixed esprima parsing bug.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
module.exports = function textHistoryDirective() {
|
||||
return {
|
||||
restrict: 'A',
|
||||
template: ''
|
||||
template: '',
|
||||
link: function (scope, element, attrs) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user