Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Update src/intro.js
Browse files Browse the repository at this point in the history
Add missing (
  • Loading branch information
timtucker committed Aug 31, 2012
1 parent fa37450 commit f8f41a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit f8f41a4

Please sign in to comment.