From f8f41a46f494ca8ef4c756b3ceaee1e4fbf25e78 Mon Sep 17 00:00:00 2001 From: Tim Tucker Date: Fri, 31 Aug 2012 12:50:22 -0300 Subject: [PATCH] Update src/intro.js Add missing ( --- src/intro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intro.js b/src/intro.js index 2d6a44e8..6f1f7fd3 100644 --- a/src/intro.js +++ b/src/intro.js @@ -1,7 +1,7 @@ /*jslint browser: true, onevar: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: true */ /*global window: false, jQuery: false, console: false, define: false */ -function( window, document, undefined ) { +(function( window, document, undefined ) { "use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ // Uses AMD or browser globals to create a jQuery plugin.