Skip to content

Commit fdae68b

Browse files
author
Dan Lasky
committed
now with more includes
1 parent f9003ba commit fdae68b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/shared/js/request.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<link rel="import" href="es6-promise.html"/>
2+
<link rel="import" href="datautils.html"/>
23
<link rel="import" href="eventdispatcher.html"/>
34
<script>
45
/**
@@ -10,7 +11,8 @@
1011
(function(scope) {
1112

1213
var _eventPrefix = "request-";
13-
14+
var DataUtils = StrandLib.DataUtils;
15+
1416
function Request(options) {
1517

1618
options = options || {};

0 commit comments

Comments
 (0)