Skip to content

Commit a44da75

Browse files
committed
Syntax fix
1 parent bb588f5 commit a44da75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/gitana/application/Application.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@
213213
* Reads the application settings for the given scope and key.
214214
* If the settings doesn't exist, creates an empty one.
215215
*
216-
* @param {String } scope (optional)
217-
* @param {String) key (optional)
216+
* @param {String} scope (optional)
217+
* @param {String} key (optional)
218218
*/
219219
readApplicationSettings: function(scope, key)
220220
{

0 commit comments

Comments
 (0)