Changeset 93592 in spip-zone
- Timestamp:
- Dec 12, 2015, 2:58:30 PM (5 years ago)
- Location:
- _core_/plugins/compresseur
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/compresseur/lib/JavascriptPacker/class.JavaScriptPacker.php
r93106 r93592 90 90 91 91 // http://code.spip.net/@JavaScriptPacker 92 function __construc ($_script, $_encoding = 62, $_fastDecode = true, $_specialChars = false)92 function __construct($_script, $_encoding = 62, $_fastDecode = true, $_specialChars = false) 93 93 { 94 94 $this->_script = $_script . "\n"; -
_core_/plugins/compresseur/paquet.xml
r93293 r93592 2 2 prefix="compresseur" 3 3 categorie="performance" 4 version="1.9.1 1"4 version="1.9.12" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.