chemoish / atom-valign

MIT License
5 stars 1 forks source link

Javascript grammar is broken. #13

Closed chemoish closed 9 years ago

chemoish commented 9 years ago
$element.attr({
    'data-external': href,
    href: '#leavingDisney'
});
$element.attr({
    'data-external': href,
    href:               '#leavingDisney'
});
chemoish commented 9 years ago

Seems to be working on windows.

chemoish commented 9 years ago

Probably had to do with embedded tab. Closing for now as it appears to be working no mac.

$element.attr({
    'data-external': href,
    href:            '#leavingDisney'
});