Skip to content

Commit

Permalink
Textinput: Justify code format
Browse files Browse the repository at this point in the history
  • Loading branch information
kangsik81.kim committed Aug 22, 2014
1 parent ec2238b commit 4622178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/css/textinput/textinput_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
deepEqual( input.parent().hasClass("ui-corner-none"), true, "Inputtext has negate class.");
deepEqual( parseInt( input.css("border-radius"), 10 ), 0, "Inputtext does not have border-radius.");
});
})(jQuery);
})(jQuery);

0 comments on commit 4622178

Please sign in to comment.