Skip to content

Commit

Permalink
Merge pull request #103 from asturur/gh-pages
Browse files Browse the repository at this point in the history
Update tutorial part 1
  • Loading branch information
kangax committed Dec 27, 2015
2 parents dcd88a4 + 44ccb67 commit bb67909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion posts/_posts/2012-6-25-fabric-intro-part-1.html
Expand Up @@ -300,7 +300,7 @@ <h3 id="canvas">Canvas</h3>
// or

var canvas = new fabric.Canvas('c');
canvas.backgroundImage = 'http://...';
canvas.setBackgroundImage(http://...');
canvas.onFpsUpdate = function(){ /* ... */ };
// ...
</pre>
Expand Down
2 changes: 1 addition & 1 deletion posts/_posts/2012-6-25-fabric-intro-part-1_ru.html
Expand Up @@ -296,7 +296,7 @@ <h3 id="canvas">Canvas (холст)</h3>
// или

var canvas = new fabric.Canvas('c');
canvas.backgroundImage = 'http://...';
canvas.setBackgroundImage(http://...');
canvas.onFpsUpdate = function(){ /* ... */ };
// ...
</pre>
Expand Down

0 comments on commit bb67909

Please sign in to comment.