Merge branch 'changes' into develop

This commit is contained in:
Georg Fischer 2013-09-11 21:47:21 +02:00
commit ebb726de56
5 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/*global define*/
define(
[ 'aux/canvas' ],
[ 'util/canvas' ],
function( canvas_helper )
{
var canvas = document.createElement( 'canvas' );

View File

@ -20,7 +20,7 @@ require(
'src/controls',
'src/export-png',
'src/save-button',
'aux/feature-test',
'util/feature-test',
'lib/signals-1.0.0',
'lib/html5slider'
],

View File

@ -1,6 +1,6 @@
/*global define, requestAnimationFrame*/
define(
[ 'aux/glitch', 'aux/canvas', 'lib/raf' ],
[ 'src/glitch', 'util/canvas', 'lib/raf' ],
function( glitch, canvas_helper )
{
var tmp_canvas = document.createElement( 'canvas' );