Skip to content

Commit 686a95c

Browse files
committed
changing a missed reference to can-util/namespace
1 parent c52355a commit 686a95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ajax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var Global = require("../../js/global/global");
22
var assign = require("../../js/assign/assign");
3-
var namespace = require("../../namespace");
3+
var namespace = require("can-namespace");
44
var parseURI = require('../../js/parse-uri/parse-uri');
55

66
/**

0 commit comments

Comments
 (0)