Skip to content

Commit

Permalink
fix(plugin): remove unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
alyec committed Apr 22, 2015
1 parent b078556 commit f7b47a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/plugins/jsonParse.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* global RAMP, console */

console.log('loading jsonParse');
RAMP.plugins.featureInfoParser.jsonParse = function (data, layerId) {
RAMP.plugins.featureInfoParser.jsonParse = function (data) {
'use strict';
var summary, txArea;

Expand Down

0 comments on commit f7b47a9

Please sign in to comment.