Skip to content

Commit

Permalink
Merge pull request #131 from samaxes/patch-1
Browse files Browse the repository at this point in the history
Add missing ';'
  • Loading branch information
tonistiigi committed Apr 3, 2014
2 parents 2a9105b + bfda719 commit 657979b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lime/src/scene.js
Expand Up @@ -28,4 +28,4 @@ lime.Scene.prototype.getScene = function() {
/** @inheritDoc */
lime.Scene.prototype.measureContents = function() {
return this.getFrame();
}
};

0 comments on commit 657979b

Please sign in to comment.