add deprecation warning
This commit is contained in:
parent
d45b248bff
commit
c2c2fa3448
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@
|
|||
|
||||
define(function(require, exports, module) {
|
||||
|
||||
throw new Error("pilot/util is deprecated. If you need one of the functions from this\
|
||||
module please copy the code to the appropriate placein pilot/(lang|dom|event)");
|
||||
|
||||
/**
|
||||
* Create an object representing a de-serialized query section of a URL.
|
||||
* Query keys with multiple values are returned in an array.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue