Skip to content
Snippets Groups Projects
Verified Commit 18751fb1 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Only import template function from underscore

parent fbed2909
No related branches found
No related tags found
1 merge request!10564Initial balsamiq support
/* global Flash */ /* global Flash */
   
import sqljs from 'sql.js'; import sqljs from 'sql.js';
import _ from 'underscore'; import { template as _template } from 'underscore';
import Spinner from '../../spinner'; import Spinner from '../../spinner';
   
class BalsamiqViewer { class BalsamiqViewer {
Loading
@@ -94,7 +94,7 @@ class BalsamiqViewer {
Loading
@@ -94,7 +94,7 @@ class BalsamiqViewer {
} }
} }
   
BalsamiqViewer.PREVIEW_TEMPLATE = _.template(` BalsamiqViewer.PREVIEW_TEMPLATE = _template(`
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"><%- name %></div> <div class="panel-heading"><%- name %></div>
<div class="panel-body"> <div class="panel-body">
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment