1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Merge pull request #22 from drosen0/patch-1

Define `undefined`
This commit is contained in:
Igor Vaynberg 2012-04-10 23:30:23 -07:00
commit e78daff629

View File

@ -16,7 +16,7 @@
specific language governing permissions and limitations specific language governing permissions and limitations
under the License. under the License.
*/ */
(function ($) { (function ($, undefined) {
"use strict"; "use strict";
/*global document, window, jQuery, console */ /*global document, window, jQuery, console */