Skip to content

Commit

Permalink
Merge pull request #21 from chenyongwei/master
Browse files Browse the repository at this point in the history
fix syntax err in component/service.js
  • Loading branch information
mikaelkaron committed Jun 8, 2012
2 parents 66b35a5 + dc5edc9 commit 06c5e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
*/
define([ "./gadget" ], function ServiceModule(Gadget) {
return Gadget.extend({
displayName : "core/component/service",
displayName : "core/component/service"
});
});

0 comments on commit 06c5e32

Please sign in to comment.