File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 138138 ) ;
139139 } ;
140140
141- /**
142- * Remove whitespace from a string
143- * @private
144- * @param {String } string
145- * @returns {String }
146- */
147- var trim = function ( string ) {
148- return string . replace ( / ^ \s + | \s + $ / g, '' ) ;
149- } ;
150-
151141 /**
152142 * Convert data-options attribute into an object of key/value pairs
153143 * @private
Original file line number Diff line number Diff line change 129129 ) ;
130130 } ;
131131
132- /**
133- * Remove whitespace from a string
134- * @private
135- * @param {String } string
136- * @returns {String }
137- */
138- var trim = function ( string ) {
139- return string . replace ( / ^ \s + | \s + $ / g, '' ) ;
140- } ;
141-
142132 /**
143133 * Convert data-options attribute into an object of key/value pairs
144134 * @private
You can’t perform that action at this time.
0 commit comments