We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f419ab4 commit 8517b58Copy full SHA for 8517b58
1 file changed
src/shared/behaviors/domsyncable.html
@@ -1,6 +1,5 @@
1
<link rel="import" href="../behaviors/domgettable.html"/>
2
<link rel="import" href="../behaviors/falsifiable.html"/>
3
-<link rel="import" href="../js/ajax.html"/>
4
<link rel="import" href="../js/datautils.html"/>
5
<script>
6
/**
@@ -20,8 +19,6 @@
20
19
};
21
}
22
23
- var Sync = StrandLib.Sync;
24
- var Ajax = StrandLib.Ajax;
25
var DataUtils = StrandLib.DataUtils;
26
27
var DomSyncable = {
0 commit comments