diff options
Diffstat (limited to 'src/manager/templates/static/jquery.js')
-rw-r--r-- | src/manager/templates/static/jquery.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/templates/static/jquery.js b/src/manager/templates/static/jquery.js index 0728760b5..7cb68d02f 100644 --- a/src/manager/templates/static/jquery.js +++ b/src/manager/templates/static/jquery.js @@ -2110,7 +2110,7 @@ var jsc = (new Date).getTime(); jQuery.extend({ get: function( url, data, callback, type ) { - // shift arguments if data argument was ommited + // shift arguments if data argument was omitted if ( jQuery.isFunction( data ) ) { callback = data; data = null; |