Current state
This commit is contained in:
6
public/assets/plugins/parsley/wrap/append.js
Normal file
6
public/assets/plugins/parsley/wrap/append.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
// AMD Compliance
|
||||
if ('function' === typeof define && define.amd)
|
||||
define('parsley', function() { return window.Parsley; } );
|
||||
|
||||
})(window.jQuery);
|
||||
9
public/assets/plugins/parsley/wrap/prepend.js
Normal file
9
public/assets/plugins/parsley/wrap/prepend.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/*!
|
||||
* @@name
|
||||
* @@author
|
||||
* Version @@version - built @@timestamp
|
||||
* @@license Licensed
|
||||
*
|
||||
*/
|
||||
|
||||
!(function($) {
|
||||
Reference in New Issue
Block a user