fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Setting caret after removing list completely
[fnpeditor.git]
/
views
/
tabs
/
tabs.js
diff --git
a/views/tabs/tabs.js
b/views/tabs/tabs.js
index
8c92b0f
..
6cbf28f
100644
(file)
--- a/
views/tabs/tabs.js
+++ b/
views/tabs/tabs.js
@@
-15,7
+15,7
@@
define([
initialize: function(options) {
this.options = options || {};
- this.template = _.template(mainTemplate)
,
+ this.template = _.template(mainTemplate)
;
this.handleTemplate = _.template(handleTemplate);
this.contents = {};
this.selectedTab = null;