Skip to content

Commit e8ff5c4

Browse files
committed
Update files
1 parent 4093279 commit e8ff5c4

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

js/jquery.terminal-0.9.2.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* Copyright (c) 2007-2013 Alexandru Marasteanu <hello at alexei dot ro>
4545
* licensed under 3 clause BSD license
4646
*
47-
* Date: Wed, 16 Dec 2015 20:02:44 +0000
47+
* Date: Sun, 20 Dec 2015 11:04:24 +0000
4848
*/
4949

5050
/* TODO:
@@ -3967,7 +3967,9 @@
39673967
// -------------------------------------------------------------
39683968
// :: User defined settings and defaults as well
39693969
// -------------------------------------------------------------
3970-
settings: settings,
3970+
settings: function() {
3971+
return settings;
3972+
},
39713973
// -------------------------------------------------------------
39723974
// :: Return commands function from top interpreter
39733975
// -------------------------------------------------------------

0 commit comments

Comments
 (0)