Skip to content

Commit

Permalink
Fix trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmhunt committed Nov 19, 2014
1 parent 7bc1c27 commit c465966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/defaultBindings/cssBehaviors.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ describe('Binding: CSS classes', function() {
});

// When there is SVG support in the browser, we want to ensure the CSS binding works with Knockout.
//
// According to http://caniuse.com/
//
// According to http://caniuse.com/
// - IE9+ supports SVG (http://caniuse.com/#search=svg)
// - IE10+ supports classList (http://caniuse.com/#search=classList)
// So we run the following test for SVG from
Expand Down

0 comments on commit c465966

Please sign in to comment.