1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-18 11:52:11 +01:00

Dev: Update syntax core with /*! for closure to keep the licenses in

place
This commit is contained in:
Allan Jardine 2013-12-04 17:11:21 +00:00
parent 703ee53c47
commit 1a317a07bf
2 changed files with 10 additions and 8 deletions

View File

@ -1 +1 @@
80a708c3e8522972ecc088d2cb2b14616849d6a8
15c2d8b6fcb5b0c9d08c43e2b66f996594cf4d12

View File

@ -1,9 +1,11 @@
// XRegExp 1.5.1
// (c) 2007-2012 Steven Levithan
// MIT License
// <http://xregexp.com>
// Provides an augmented, extensible, cross-browser implementation of regular expressions,
// including support for additional syntax, flags, and methods
/*!
* XRegExp 1.5.1
* (c) 2007-2012 Steven Levithan
* MIT License
* <http://xregexp.com>
* Provides an augmented, extensible, cross-browser implementation of regular expressions,
* including support for additional syntax, flags, and methods
*/
var XRegExp;
@ -2438,7 +2440,7 @@ typeof(exports) != 'undefined' ? exports.SyntaxHighlighter = SyntaxHighlighter :
/**
/*!
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*