Skip to content

Commit

Permalink
fixed overlong commented line that annoyed grunt see: #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Hunt committed Apr 7, 2016
1 parent 3ea6ea4 commit d5552a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions amd/src/generico_presets_amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ define(['jquery','core/log'], function($, log) {
}
}
);
//"value" and "checked" are separate
// controls['jquery'].checked = (presetdata[presetindex]['jquery'] && presetdata[presetindex]['jquery']!='0') ? true : false;
// controls['amd'].checked = (presetdata[presetindex]['amd'] && presetdata[presetindex]['amd']!='0' )? true : false;

},

Expand Down

0 comments on commit d5552a0

Please sign in to comment.