Skip to content

Commit

Permalink
fix: missing variable since refactor that break abe source
Browse files Browse the repository at this point in the history
  • Loading branch information
wonknu committed Sep 27, 2016
1 parent 5243a8a commit 33eafcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli/helpers/abe-utils.js
Expand Up @@ -546,7 +546,9 @@ export default class Utils {

//This regex analyzes all attributes of a Abe tag
var re = /\b([a-z][a-z0-9\-]*)\s*=\s*("([^"]+)"|'([^']+)'|(\S+))/ig

var source = getAttr(str, 'source')
var key = getAttr(str, 'key')

var attrs = {
autocomplete: null,
desc: '',
Expand Down

0 comments on commit 33eafcb

Please sign in to comment.