Skip to content

Commit

Permalink
unused local var removed
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt authored and vitmalina committed Mar 6, 2014
1 parent 68b6410 commit e78c9fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/w2layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@
},

get: function (panel, returnIndex) {
var obj = null;
for (var p in this.panels) {
if (this.panels[p].type == panel) {
if (returnIndex === true) return p; else return this.panels[p];
Expand Down

0 comments on commit e78c9fa

Please sign in to comment.