Commit 7bdb7ae5 authored by JC Brand's avatar JC Brand

Revert "Small change to remove need for jquery-private-external.js updates #269"

This reverts commit d33faa53.

Conflicts:
	src/build-no-jquery.js
parent 57d903fd
......@@ -18,7 +18,6 @@ Changelog
* #251 Non-minified builds for debugging. [jcbrand]
* #264 Remove unnecessary commas for ie8 compatibility. [Deuteu]
* #267 Unread messages counter wrongly gets incremented by chat state notifications. [Deuteu]
* #269 Add new build that does not include jQuery. [gbonvehi]
0.8.3 (2014-09-22)
------------------
......
......@@ -7,6 +7,6 @@
paths: {
"converse-dependencies": "src/deps-full",
"jquery": "src/jquery-external",
"jquery-private": "src/jquery-external-private"
"jquery-private": "src/jquery-private-external",
}
})
define(['jquery'], function (jq) {
return jq;
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment