Skip to content

Commit

Permalink
Removed unused function (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmoore authored and ForbesLindesay committed Sep 15, 2018
1 parent 6a376fe commit 1b27a8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.js
Expand Up @@ -30,9 +30,6 @@ function fixup(src) {
replace(node.property, getIdFor(node.property.name));
}
});
function source(node) {
return src.slice(node.start, node.end).join('');
}
function replace(node, str) {
for (var i = node.start; i < node.end; i++) {
src[i] = '';
Expand Down

0 comments on commit 1b27a8c

Please sign in to comment.