Automated build for v0.01
This commit is contained in:
9
plugins/no_url_hashes/init.js
Normal file
9
plugins/no_url_hashes/init.js
Normal file
@ -0,0 +1,9 @@
|
||||
require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
|
||||
ready(function () {
|
||||
hash_set = function () {
|
||||
};
|
||||
hash_get = function () {
|
||||
};
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user