Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Panel: Fixed spacing
  • Loading branch information
agcolom committed Apr 29, 2015
commit a09bfae85e734558f281f197cf773701c241a363
2 changes: 1 addition & 1 deletion entries/panel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<p>The panel can be enhanced manually as follows:</p>

<pre><code><![CDATA[
$(function(){
$( function() {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arschmitz I think I should actually remove the space before function so it goes
$(function() {
Is this correct?

$( "#mypanel" ).panel();
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need space

]]></code></pre>
Expand Down