Skip to content

Commit

Permalink
prefix Assets with jaws
Browse files Browse the repository at this point in the history
  • Loading branch information
ippa committed Aug 10, 2014
1 parent fa4c8d9 commit 99259f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallax.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ test("Performance test: repeat_x=true, repeat_y=true", function() {

test("Performance test: repeat_x=true, repeat_y=true, scale=2x)", function() {
stop();
var assets = new Assets().setRoot("assets/").add("rect.png").loadAll({onload: loaded})
var assets = new jaws.Assets().setRoot("assets/").add("rect.png").loadAll({onload: loaded})

function loaded() {
parallax = new jaws.Parallax({
Expand Down

0 comments on commit 99259f9

Please sign in to comment.