mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
added undefined to function closure
This commit is contained in:
@@ -170,7 +170,7 @@ In general take a look at `JSLint <http://www.jslint.com/lint.html>`_ without th
|
||||
// set up namespace for sharing across multiple files
|
||||
var MyApp = MyApp || {};
|
||||
|
||||
(function(window, $, exports) {
|
||||
(function(window, $, exports, undefined) {
|
||||
'use strict';
|
||||
|
||||
// if this function or object should be global, attach it to the namespace
|
||||
|
||||
Reference in New Issue
Block a user