From 29c601bf2ede51ed5056ad59a77593f0bac80924 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 9 Jun 2014 18:13:09 -0400 Subject: [PATCH] typo --- wrapper/banner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper/banner.js b/wrapper/banner.js index fcc91e2..043d9b2 100644 --- a/wrapper/banner.js +++ b/wrapper/banner.js @@ -8,7 +8,7 @@ */ -define([ 'ractive' 'module' ], function ( Ractive, module ) { +define([ 'ractive' ], function ( Ractive ) { 'use strict';