Skip to content

Commit

Permalink
Merge pull request cocos2d#5292 from azmeuk/typo
Browse files Browse the repository at this point in the history
Minor typo in template
  • Loading branch information
James Chen committed Feb 8, 2014
2 parents 1e694aa + a3370cc commit b4d39dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/multi-platform-js/Resources/src/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var s_HelloWorld = "res/HelloWorld.png";
var s_CloseNormal = "res/CloseNormal.png";
var s_CloseSelected = "res/CloseSelected.png";

var g_ressources = [
var g_resources = [
//image
{src:s_HelloWorld},
{src:s_CloseNormal},
Expand All @@ -17,4 +17,4 @@ var g_ressources = [
//bgm

//effect
];
];

0 comments on commit b4d39dd

Please sign in to comment.