Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 45196b6

Browse files
author
Markus Falk
committed
[BUGFIX] add local require arguments refs #163
1 parent b4a6a0b commit 45196b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/_main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require([
1010
'jquery',<% if (oldIE) { %>
1111
'respondJS',<% } %>
1212
'jquery.exists'
13-
], function($) {
13+
], function($, <% if (oldIE) { %>respondJS, <% } %>exists) {
1414

1515
'use strict';
1616

0 commit comments

Comments
 (0)