Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
escusado committed Aug 21, 2013
1 parent 104f4cf commit d09d2e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Neon.js</title>
<!-- favicon -->
<link rel="icon" type="image/gif" href="assets/img/favicon.gif?nocache=d629" />
<link rel="icon" type="image/gif" href="assets/img/favicon.gif?nocache=641f" />
<!-- cdn -->

<!-- css -->
Expand Down Expand Up @@ -326,7 +326,7 @@ <h2>Widget</h2><span>.js</span>

<div class="stdlib-content-wrapper">
<div class="stdlib-content stdlib-eventSupport">
<h2>Event Support<span>.js</span>(Custom Event Support)</h2>
<h2>Event Support <small>& Custom Event Support</small> </h2>

<p>In javascript <a href="http://en.wikipedia.org/wiki/Event-driven_programming">event-based programming</a> is really important and one of the main patterns used to communicate components, it helps your code to stay decoupled while building complex programs.<p>

Expand Down
2 changes: 1 addition & 1 deletion views/stdLib/eventSupport.ejs
@@ -1,4 +1,4 @@
<h2>Event Support<span>.js</span>(Custom Event Support)</h2>
<h2>Event Support <small>& Custom Event Support</small> </h2>

<p>In javascript <a href="http://en.wikipedia.org/wiki/Event-driven_programming">event-based programming</a> is really important and one of the main patterns used to communicate components, it helps your code to stay decoupled while building complex programs.<p>

Expand Down

0 comments on commit d09d2e5

Please sign in to comment.