Skip to content

Commit 8b33232

Browse files
arthurvrgnarf
authored andcommitted
Code Organization Concepts: Fix syntax error
Closes jquerygh-576 Fixes jquerygh-544
1 parent 6d259b4 commit 8b33232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/code-organization/concepts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ var myFeature = {
111111
},
112112
113113
showItem: function() {
114-
var myFeature.currentItem = $( this );
114+
myFeature.currentItem = $( this );
115115
myFeature.getContent( myFeature.showContent );
116116
},
117117

0 commit comments

Comments
 (0)