[Pkg-owncloud-commits] [owncloud] 30/172: Fix Typo, define $ as global

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 62364269c5952756315121fabbb7f956412dac45
Author: Lukas Reschke <lukas at statuscode.ch>
Date:   Sun May 11 10:55:00 2014 +0200

    Fix Typo, define $ as global
---
 core/js/oc-dialogs.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/js/oc-dialogs.js b/core/js/oc-dialogs.js
index 3e45e37..f6c1712 100644
--- a/core/js/oc-dialogs.js
+++ b/core/js/oc-dialogs.js
@@ -19,7 +19,7 @@
  *
  */
 
-/* global OC, t, alert */
+/* global OC, t, alert, $ */
 
 /**
  * this class to ease the usage of jquery dialogs
@@ -69,7 +69,7 @@ var OCdialogs = {
 	 *        (true or false would be passed to callback respectively)
 	 * @param modal make the dialog modal
 	 * @param name name of the input field
-	 * @param password wether the input should be a password input
+	 * @param password whether the input should be a password input
 	 */
 	prompt: function (text, title, callback, modal, name, password) {
 		$.when(this._getMessageTemplate()).then(function ($tmpl) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list