adding js test to generate v2 example pastes to be used in the development of the server side logic, adding one of these into the helper class of the php tests
This commit is contained in:
@@ -3736,6 +3736,17 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* return currently set data, used in unit testing
|
||||
*
|
||||
* @name ServerInteraction.getData
|
||||
* @function
|
||||
*/
|
||||
me.getData = function()
|
||||
{
|
||||
return data;
|
||||
};
|
||||
|
||||
/**
|
||||
* set success function
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user